#165E80

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

Shades of Orient #165E80

Tints of Orient #165E80

Color information

#165E80 (or 0x165E80) is unknown color: approx Orient. HEX triplet: 16, 5E and 80. RGB value is (22,94,128). Sum of RGB (Red+Green+Blue) = 22+94+128=244 (32% of max value = 765). Red value is 22 (8.98% from 255 or 9.02% from 244); Green value is 94 (37.11% from 255 or 38.52% from 244); Blue value is 128 (50.39% from 255 or 52.46% from 244); Max value from RGB is 128 - color contains mainly: blue. Hex color #165E80 is not a web safe color. Web safe color analog (approx): #006699. Inversed color of #165E80 is #E9A17F. Grayscale: #4C4C4C. Windows color (decimal): -15311232 or 8412694. OLE color: 8412694.

HSL color Cylindrical-coordinate representation of color #165E80: hue angle of 199.25º degrees, saturation: 0.71, lightness: 0.29%. HSV value (or HSB Brightness) of color is 0.5% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #165E80 is Cyan = 0.83, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.50.

Color convert

RGB2294128-
CMYK0.830.2700.50
HSL199.25º70.67%29.41%-
HSV(B)199.25º82.81%50.2%-
XYZ8.239.7321.87-
YUV76.35157.1589.24-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.02%
GREEN value IS 94 (37.11% from 255) = 38.52%
BLUE value IS 128 (50.39% from 255) = 52.46%
R=9.02%
G=38.52%
B=52.46%

CMYK

C (Cyan) values IS 0.83
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.50
SystemRedGreenBlueCMYKHSL
Decimal22941280.830.2700.50199.2570.6729.41
Hex165E80531B032c7471d
Octal261362001233306230710735
Binary10110101111010000000101001111011011001011000111100011111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165E80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(22,94,128); }

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

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

 a { background-color: rgb(22,94,128); }

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

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

 span { border-color: rgb(22,94,128); }

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