#165569

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

Shades of Orient #165569

Tints of Orient #165569

Color information

#165569 (or 0x165569) is unknown color: approx Orient. HEX triplet: 16, 55 and 69. RGB value is (22,85,105). Sum of RGB (Red+Green+Blue) = 22+85+105=212 (28% of max value = 765). Red value is 22 (8.98% from 255 or 10.38% from 212); Green value is 85 (33.59% from 255 or 40.09% from 212); Blue value is 105 (41.41% from 255 or 49.53% from 212); Max value from RGB is 105 - color contains mainly: blue. Hex color #165569 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165569 is #E9AA96. Grayscale: #444444. Windows color (decimal): -15313559 or 6903062. OLE color: 6903062.

HSL color Cylindrical-coordinate representation of color #165569: hue angle of 194.46º degrees, saturation: 0.65, lightness: 0.25%. HSV value (or HSB Brightness) of color is 0.41% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #165569 is Cyan = 0.79, Magento = 0.19, Yellow = 0 and Black (K on CMYK) = 0.59.

Color convert

RGB2285105-
CMYK0.790.1900.59
HSL194.46º65.35%24.9%-
HSV(B)194.46º79.05%41.18%-
XYZ6.137.6914.53-
YUV68.44148.6394.87-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.38%
GREEN value IS 85 (33.59% from 255) = 40.09%
BLUE value IS 105 (41.41% from 255) = 49.53%
R=10.38%
G=40.09%
B=49.53%

CMYK

C (Cyan) values IS 0.79
M (Magenta) values IS 0.19
Y (Yellow) values IS 0
K (Black) values IS 0.59
SystemRedGreenBlueCMYKHSL
Decimal22851050.790.1900.59194.4665.3524.9
Hex1655694F1303Bc24119
Octal261251511172307330210131
Binary1011010101011101001100111110011011101111000010100000111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165569

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165569; }

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

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

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

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

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

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

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

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