#165A76

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

Shades of Orient #165A76

Tints of Orient #165A76

Color information

#165A76 (or 0x165A76) is unknown color: approx Orient. HEX triplet: 16, 5A and 76. RGB value is (22,90,118). Sum of RGB (Red+Green+Blue) = 22+90+118=230 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.57% from 230); Green value is 90 (35.55% from 255 or 39.13% from 230); Blue value is 118 (46.48% from 255 or 51.30% from 230); Max value from RGB is 118 - color contains mainly: blue. Hex color #165A76 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165A76 is #E9A589. Grayscale: #484848. Windows color (decimal): -15312266 or 7756310. OLE color: 7756310.

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

Color convert

RGB2290118-
CMYK0.810.2400.54
HSL197.5º68.57%27.45%-
HSV(B)197.5º81.36%46.27%-
XYZ7.268.7918.45-
YUV72.86153.4791.72-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.57%
GREEN value IS 90 (35.55% from 255) = 39.13%
BLUE value IS 118 (46.48% from 255) = 51.30%
R=9.57%
G=39.13%
B=51.30%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22901180.810.2400.54197.568.5727.45
Hex165A765118036c6451b
Octal261321661213006630610533
Binary1011010110101110110101000111000011011011000110100010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165A76

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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