#175575

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

Shades of Orient #175575

Tints of Orient #175575

Color information

#175575 (or 0x175575) is unknown color: approx Orient. HEX triplet: 17, 55 and 75. RGB value is (23,85,117). Sum of RGB (Red+Green+Blue) = 23+85+117=225 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.22% from 225); Green value is 85 (33.59% from 255 or 37.78% from 225); Blue value is 117 (46.09% from 255 or 52% from 225); Max value from RGB is 117 - color contains mainly: blue. Hex color #175575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175575 is #E8AA8A. Grayscale: #454545. Windows color (decimal): -15248011 or 7689495. OLE color: 7689495.

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

Color convert

RGB2385117-
CMYK0.800.2700.54
HSL200.43º67.14%27.45%-
HSV(B)200.43º80.34%45.88%-
XYZ6.817.9618.01-
YUV70.11154.4694.4-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.22%
GREEN value IS 85 (33.59% from 255) = 37.78%
BLUE value IS 117 (46.09% from 255) = 52%
R=10.22%
G=37.78%
B=52%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23851170.800.2700.54200.4367.1427.45
Hex175575501B036c8431b
Octal271251651203306631010333
Binary1011110101011110101101000011011011011011001000100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175575; }

 p { color: rgb(23,85,117); }

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

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

 a { background-color: rgb(23,85,117); }

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

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

 span { border-color: rgb(23,85,117); }

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