#165B75

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

Shades of Orient #165B75

Tints of Orient #165B75

Color information

#165B75 (or 0x165B75) is unknown color: approx Orient. HEX triplet: 16, 5B and 75. RGB value is (22,91,117). Sum of RGB (Red+Green+Blue) = 22+91+117=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 91 (35.94% from 255 or 39.57% from 230); Blue value is 117 (46.09% from 255 or 50.87% from 230); Max value from RGB is 117 - color contains mainly: blue. Hex color #165B75 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B75 is #E9A48A. Grayscale: #494949. Windows color (decimal): -15312011 or 7691030. OLE color: 7691030.

HSL color Cylindrical-coordinate representation of color #165B75: hue angle of 196.42º degrees, saturation: 0.68, lightness: 0.27%. HSV value (or HSB Brightness) of color is 0.46% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #165B75 is Cyan = 0.81, Magento = 0.22, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2291117-
CMYK0.810.2200.54
HSL196.42º68.35%27.25%-
HSV(B)196.42º81.2%45.88%-
XYZ7.288.9418.17-
YUV73.33152.6491.39-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.57%
GREEN value IS 91 (35.94% from 255) = 39.57%
BLUE value IS 117 (46.09% from 255) = 50.87%
R=9.57%
G=39.57%
B=50.87%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.22
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22911170.810.2200.54196.4268.3527.25
Hex165B755116036c4441b
Octal261331651212606630410433
Binary1011010110111110101101000110110011011011000100100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B75

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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