#165570

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

Shades of Orient #165570

Tints of Orient #165570

Color information

#165570 (or 0x165570) is unknown color: approx Orient. HEX triplet: 16, 55 and 70. RGB value is (22,85,112). Sum of RGB (Red+Green+Blue) = 22+85+112=219 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10.05% from 219); Green value is 85 (33.59% from 255 or 38.81% from 219); Blue value is 112 (44.14% from 255 or 51.14% from 219); Max value from RGB is 112 - color contains mainly: blue. Hex color #165570 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165570 is #E9AA8F. Grayscale: #454545. Windows color (decimal): -15313552 or 7361814. OLE color: 7361814.

HSL color Cylindrical-coordinate representation of color #165570: hue angle of 198º degrees, saturation: 0.67, lightness: 0.26%. HSV value (or HSB Brightness) of color is 0.44% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #165570 is Cyan = 0.80, Magento = 0.24, Yellow = 0 and Black (K on CMYK) = 0.56.

Color convert

RGB2285112-
CMYK0.800.2400.56
HSL198º67.16%26.27%-
HSV(B)198º80.36%43.92%-
XYZ6.57.8416.5-
YUV69.24152.1394.3-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 10.05%
GREEN value IS 85 (33.59% from 255) = 38.81%
BLUE value IS 112 (44.14% from 255) = 51.14%
R=10.05%
G=38.81%
B=51.14%

CMYK

C (Cyan) values IS 0.80
M (Magenta) values IS 0.24
Y (Yellow) values IS 0
K (Black) values IS 0.56
SystemRedGreenBlueCMYKHSL
Decimal22851120.800.2400.5619867.1626.27
Hex1655705018038c6431a
Octal261251601203007030610332
Binary1011010101011110000101000011000011100011000110100001111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165570

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165570; }

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

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

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

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

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

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

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

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