#165578

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

Shades of Orient #165578

Tints of Orient #165578

Color information

#165578 (or 0x165578) is unknown color: approx Orient. HEX triplet: 16, 55 and 78. RGB value is (22,85,120). Sum of RGB (Red+Green+Blue) = 22+85+120=227 (30% of max value = 765). Red value is 22 (8.98% from 255 or 9.69% from 227); Green value is 85 (33.59% from 255 or 37.44% from 227); Blue value is 120 (47.27% from 255 or 52.86% from 227); Max value from RGB is 120 - color contains mainly: blue. Hex color #165578 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165578 is #E9AA87. Grayscale: #454545. Windows color (decimal): -15313544 or 7886102. OLE color: 7886102.

HSL color Cylindrical-coordinate representation of color #165578: hue angle of 201.43º degrees, saturation: 0.69, lightness: 0.28%. HSV value (or HSB Brightness) of color is 0.47% and HSV saturation: 0.82%. Process color model (Four color, CMYK) of #165578 is Cyan = 0.82, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.53.

Color convert

RGB2285120-
CMYK0.820.2900.53
HSL201.43º69.01%27.84%-
HSV(B)201.43º81.67%47.06%-
XYZ6.978.0218.95-
YUV70.15156.1393.65-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.69%
GREEN value IS 85 (33.59% from 255) = 37.44%
BLUE value IS 120 (47.27% from 255) = 52.86%
R=9.69%
G=37.44%
B=52.86%

CMYK

C (Cyan) values IS 0.82
M (Magenta) values IS 0.29
Y (Yellow) values IS 0
K (Black) values IS 0.53
SystemRedGreenBlueCMYKHSL
Decimal22851200.820.2900.53201.4369.0127.84
Hex165578521D035c9451c
Octal261251701223506531110534
Binary1011010101011111000101001011101011010111001001100010111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165578

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165578; }

 p { color: rgb(22,85,120); }

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

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

 a { background-color: rgb(22,85,120); }

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

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

 span { border-color: rgb(22,85,120); }

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