#165B76

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

Shades of Orient #165B76

Tints of Orient #165B76

Color information

#165B76 (or 0x165B76) is unknown color: approx Orient. HEX triplet: 16, 5B and 76. RGB value is (22,91,118). Sum of RGB (Red+Green+Blue) = 22+91+118=231 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.52% from 231); Green value is 91 (35.94% from 255 or 39.39% from 231); Blue value is 118 (46.48% from 255 or 51.08% from 231); Max value from RGB is 118 - color contains mainly: blue. Hex color #165B76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165B76 is #E9A489. Grayscale: #494949. Windows color (decimal): -15312010 or 7756566. OLE color: 7756566.

HSL color Cylindrical-coordinate representation of color #165B76: hue angle of 196.88º degrees, saturation: 0.69, 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 #165B76 is Cyan = 0.81, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2291118-
CMYK0.810.2300.54
HSL196.88º68.57%27.45%-
HSV(B)196.88º81.36%46.27%-
XYZ7.348.9618.48-
YUV73.45153.1491.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.52%
GREEN value IS 91 (35.94% from 255) = 39.39%
BLUE value IS 118 (46.48% from 255) = 51.08%
R=9.52%
G=39.39%
B=51.08%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.23
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22911180.810.2300.54196.8868.5727.45
Hex165B765117036c5451b
Octal261331661212706630510533
Binary1011010110111110110101000110111011011011000101100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165B76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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