#175870

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

Shades of Orient #175870

Tints of Orient #175870

Color information

#175870 (or 0x175870) is unknown color: approx Orient. HEX triplet: 17, 58 and 70. RGB value is (23,88,112). Sum of RGB (Red+Green+Blue) = 23+88+112=223 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.31% from 223); Green value is 88 (34.77% from 255 or 39.46% from 223); Blue value is 112 (44.14% from 255 or 50.22% from 223); Max value from RGB is 112 - color contains mainly: blue. Hex color #175870 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175870 is #E8A78F. Grayscale: #474747. Windows color (decimal): -15247248 or 7362583. OLE color: 7362583.

HSL color Cylindrical-coordinate representation of color #175870: hue angle of 196.18º 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 #175870 is Cyan = 0.79, Magento = 0.21, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2388112-
CMYK0.790.2100.56
HSL196.18º65.93%26.47%-
HSV(B)196.18º79.46%43.92%-
XYZ6.778.3316.58-
YUV71.3150.9793.55-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.31%
GREEN value IS 88 (34.77% from 255) = 39.46%
BLUE value IS 112 (44.14% from 255) = 50.22%
R=10.31%
G=39.46%
B=50.22%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.21
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal23881120.790.2100.56196.1865.9326.47
Hex1758704F15038c4421a
Octal271301601172507030410232
Binary1011110110001110000100111110101011100011000100100001011010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175870

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175870; }

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

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

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

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

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

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

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

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