#175170

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

Shades of Orient #175170

Tints of Orient #175170

Color information

#175170 (or 0x175170) is unknown color: approx Orient. HEX triplet: 17, 51 and 70. RGB value is (23,81,112). Sum of RGB (Red+Green+Blue) = 23+81+112=216 (28% of max value = 765). Red value is 23 (9.38% from 255 or 10.65% from 216); Green value is 81 (32.03% from 255 or 37.5% from 216); Blue value is 112 (44.14% from 255 or 51.85% from 216); Max value from RGB is 112 - color contains mainly: blue. Hex color #175170 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175170 is #E8AE8F. Grayscale: #434343. Windows color (decimal): -15249040 or 7360791. OLE color: 7360791.

HSL color Cylindrical-coordinate representation of color #175170: hue angle of 200.9º degrees, saturation: 0.66, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #175170 is Cyan = 0.79, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2381112-
CMYK0.790.2800.56
HSL200.9º65.93%26.47%-
HSV(B)200.9º79.46%43.92%-
XYZ6.227.2416.4-
YUV67.19153.2896.48-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.65%
GREEN value IS 81 (32.03% from 255) = 37.5%
BLUE value IS 112 (44.14% from 255) = 51.85%
R=10.65%
G=37.5%
B=51.85%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.28
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23811120.790.2800.56200.965.9326.47
Hex1751704F1C038c9421a
Octal271211601173407031110232
Binary1011110100011110000100111111100011100011001001100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175170

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175170; }

 p { color: rgb(23,81,112); }

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

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

 a { background-color: rgb(23,81,112); }

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

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

 span { border-color: rgb(23,81,112); }

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