#165575

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

Shades of Orient #165575

Tints of Orient #165575

Color information

#165575 (or 0x165575) is unknown color: approx Orient. HEX triplet: 16, 55 and 75. RGB value is (22,85,117). Sum of RGB (Red+Green+Blue) = 22+85+117=224 (29% of max value = 765). Red value is 22 (8.98% from 255 or 9.82% from 224); Green value is 85 (33.59% from 255 or 37.95% from 224); Blue value is 117 (46.09% from 255 or 52.23% from 224); Max value from RGB is 117 - color contains mainly: blue. Hex color #165575 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165575 is #E9AA8A. Grayscale: #454545. Windows color (decimal): -15313547 or 7689494. OLE color: 7689494.

HSL color Cylindrical-coordinate representation of color #165575: hue angle of 200.21º degrees, saturation: 0.68, 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 #165575 is Cyan = 0.81, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.54.

Color convert

RGB2285117-
CMYK0.810.2700.54
HSL200.21º68.35%27.25%-
HSV(B)200.21º81.2%45.88%-
XYZ6.797.9518.01-
YUV69.81154.6393.9-

RGB Variations

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

RGB

RED value IS 22 (8.98% from 255) = 9.82%
GREEN value IS 85 (33.59% from 255) = 37.95%
BLUE value IS 117 (46.09% from 255) = 52.23%
R=9.82%
G=37.95%
B=52.23%

CMYK

C (Cyan) values IS 0.81
M (Magenta) values IS 0.27
Y (Yellow) values IS 0
K (Black) values IS 0.54
SystemRedGreenBlueCMYKHSL
Decimal22851170.810.2700.54200.2168.3527.25
Hex165575511B036c8441b
Octal261251651213306631010433
Binary1011010101011110101101000111011011011011001000100010011011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #165575

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #165575; }

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

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

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

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

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

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

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

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