#175B72

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

Shades of Orient #175B72

Tints of Orient #175B72

Color information

#175B72 (or 0x175B72) is unknown color: approx Orient. HEX triplet: 17, 5B and 72. RGB value is (23,91,114). Sum of RGB (Red+Green+Blue) = 23+91+114=228 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.09% from 228); Green value is 91 (35.94% from 255 or 39.91% from 228); Blue value is 114 (44.92% from 255 or 50% from 228); Max value from RGB is 114 - color contains mainly: blue. Hex color #175B72 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B72 is #E8A48D. Grayscale: #494949. Windows color (decimal): -15246478 or 7494423. OLE color: 7494423.

HSL color Cylindrical-coordinate representation of color #175B72: hue angle of 195.16º 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 #175B72 is Cyan = 0.80, Magento = 0.20, Yellow = 0 and Black (K on CMYK) = 0.55.

Color convert

RGB2391114-
CMYK0.800.2000.55
HSL195.16º66.42%26.86%-
HSV(B)195.16º79.82%44.71%-
XYZ7.138.8817.26-
YUV73.29150.9792.13-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.09%
GREEN value IS 91 (35.94% from 255) = 39.91%
BLUE value IS 114 (44.92% from 255) = 50%
R=10.09%
G=39.91%
B=50%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.20
Y (Yellow) values IS 0
K (Black) values IS 0.55
SystemRedGreenBlueCMYKHSL
Decimal23911140.800.2000.55195.1666.4226.86
Hex175B725014037c3421b
Octal271331621202406730310233
Binary1011110110111110010101000010100011011111000011100001011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175B72

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175B72; }

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

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

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

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

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

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

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

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