#175676

Color #175676 Orient (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Orient #175676

Tints of Orient #175676

Color information

#175676 (or 0x175676) is unknown color: approx Orient. HEX triplet: 17, 56 and 76. RGB value is (23,86,118). Sum of RGB (Red+Green+Blue) = 23+86+118=227 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.13% from 227); Green value is 86 (33.98% from 255 or 37.89% from 227); Blue value is 118 (46.48% from 255 or 51.98% from 227); Max value from RGB is 118 - color contains mainly: blue. Hex color #175676 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175676 is #E8A989. Grayscale: #464646. Windows color (decimal): -15247754 or 7755287. OLE color: 7755287.

HSL color Cylindrical-coordinate representation of color #175676: hue angle of 200.21º degrees, saturation: 0.67, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #175676 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2386118-
CMYK0.810.2700.54
HSL200.21º67.38%27.65%-
HSV(B)200.21º80.51%46.27%-
XYZ6.958.1518.35-
YUV70.81154.6393.9-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 23 (9.38% from 255) = 10.13%
GREEN value IS 86 (33.98% from 255) = 37.89%
BLUE value IS 118 (46.48% from 255) = 51.98%
R=10.13%
G=37.89%
B=51.98%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23861180.810.2700.54200.2167.3827.65
Hex175676511B036c8431c
Octal271261661213306631010334
Binary1011110101101110110101000111011011011011001000100001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175676

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175676; }

 p { color: rgb(23,86,118); }

 H1.HeaderClassName
 {
   color: #175676;
 }
 .AnyTagClassName
 {
   color: #175676;
 }
</style>
background-color css

<style>
 a { background-color: #175676; }

 a { background-color: rgb(23,86,118); }

 div.DivClassName
 {
   background-color: #175676;
 }
 .BgClassName
 {
   background-color: #175676;
 }
</style>
border-color css

<style>
 span { border-color: #175676; }

 span { border-color: rgb(23,86,118); }

 td.TdClassName
 {
   border-color: #175676;
 }
 .TagClassName
 {
   border-color: #175676;
 }
</style>