#175B75

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

Shades of Orient #175B75

Tints of Orient #175B75

Color information

#175B75 (or 0x175B75) is unknown color: approx Orient. HEX triplet: 17, 5B and 75. RGB value is (23,91,117). Sum of RGB (Red+Green+Blue) = 23+91+117=231 (30% of max value = 765). Red value is 23 (9.38% from 255 or 9.96% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 117 (46.09% from 255 or 50.65% from 231); Max value from RGB is 117 - color contains mainly: blue. Hex color #175B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #175B75 is #E8A48A. Grayscale: #494949. Windows color (decimal): -15246475 or 7691031. OLE color: 7691031.

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

Color convert

RGB2391117-
CMYK0.800.2200.54
HSL196.6º67.14%27.45%-
HSV(B)196.6º80.34%45.88%-
XYZ7.318.9518.17-
YUV73.63152.4791.89-

RGB Variations

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

RGB

RED value IS 23 (9.38% from 255) = 9.96%
GREEN value IS 91 (35.94% from 255) = 39.39%
BLUE value IS 117 (46.09% from 255) = 50.65%
R=9.96%
G=39.39%
B=50.65%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal23911170.800.2200.54196.667.1427.45
Hex175B755016036c5431b
Octal271331651202606630510333
Binary1011110110111110101101000010110011011011000101100001111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #175B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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