#175975

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

Shades of Orient #175975

Tints of Orient #175975

Color information

#175975 (or 0x175975) is unknown color: approx Orient. HEX triplet: 17, 59 and 75. RGB value is (23,89,117). Sum of RGB (Red+Green+Blue) = 23+89+117=229 (30% of max value = 765). Red value is 23 (9.38% from 255 or 10.04% from 229); Green value is 89 (35.16% from 255 or 38.86% from 229); Blue value is 117 (46.09% from 255 or 51.09% from 229); Max value from RGB is 117 - color contains mainly: blue. Hex color #175975 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175975 is #E8A68A. Grayscale: #484848. Windows color (decimal): -15246987 or 7690519. OLE color: 7690519.

HSL color Cylindrical-coordinate representation of color #175975: hue angle of 197.87º 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 #175975 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2389117-
CMYK0.800.2400.54
HSL197.87º67.14%27.45%-
HSV(B)197.87º80.34%45.88%-
XYZ7.148.6118.12-
YUV72.46153.1392.72-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 10.04%
GREEN value IS 89 (35.16% from 255) = 38.86%
BLUE value IS 117 (46.09% from 255) = 51.09%
R=10.04%
G=38.86%
B=51.09%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23891170.800.2400.54197.8767.1427.45
Hex1759755018036c6431b
Octal271311651203006630610333
Binary1011110110011110101101000011000011011011000110100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175975

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #175975; }

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

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

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

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

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

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

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

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