#175772

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

Shades of Orient #175772

Tints of Orient #175772

Color information

#175772 (or 0x175772) is unknown color: approx Orient. HEX triplet: 17, 57 and 72. RGB value is (23,87,114). Sum of RGB (Red+Green+Blue) = 23+87+114=224 (29% of max value = 765). Red value is 23 (9.38% from 255 or 10.27% from 224); Green value is 87 (34.38% from 255 or 38.84% from 224); Blue value is 114 (44.92% from 255 or 50.89% from 224); Max value from RGB is 114 - color contains mainly: blue. Hex color #175772 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175772 is #E8A88D. Grayscale: #464646. Windows color (decimal): -15247502 or 7493399. OLE color: 7493399.

HSL color Cylindrical-coordinate representation of color #175772: hue angle of 197.8º degrees, saturation: 0.66, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.45% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #175772 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2387114-
CMYK0.800.2400.55
HSL197.8º66.42%26.86%-
HSV(B)197.8º79.82%44.71%-
XYZ6.88.2117.15-
YUV70.94152.393.8-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.27%
GREEN value IS 87 (34.38% from 255) = 38.84%
BLUE value IS 114 (44.92% from 255) = 50.89%
R=10.27%
G=38.84%
B=50.89%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23871140.800.2400.55197.866.4226.86
Hex1757725018037c6421b
Octal271271621203006730610233
Binary1011110101111110010101000011000011011111000110100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175772

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175772; }

 p { color: rgb(23,87,114); }

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

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

 a { background-color: rgb(23,87,114); }

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

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

 span { border-color: rgb(23,87,114); }

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