Html Css Color HEX #165571 Orient

📋 copy color: '#165571'

red 22 ◦ green 85 ◦ blue 113

#165571
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Orient #165571

Tints of Orient #165571

RGB

 RED value IS 22 (8.98% from 255) = 10%

 GREEN value IS 85 (33.59% from 255) = 38.64%

 BLUE value IS 113 (44.53% from 255) = 51.36%

R = 10%
G = 38.64%
B = 51.36%

CMYK

 C value IS 0.81

 M value IS 0.25

 Y value IS 0

 K value IS 0.56

RGB Variations

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

Color information

#165571 (or 0x165571) is known color: Orient. HEX triplet: 16, 55 and 71. RGB value is (22,85,113). Sum of RGB (Red+Green+Blue) = 22+85+113=220 (29% of max value = 765). Red value is 22 (8.98% from 255 or 10% from 220); Green value is 85 (33.59% from 255 or 38.64% from 220); Blue value is 113 (44.53% from 255 or 51.36% from 220); Max value from RGB is 113 - color contains mainly: blue. Hex color #165571 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165571 is #E9AA8E. Grayscale: #454545. Windows color (decimal): -15313551 or 7427350. OLE color: 7427350.

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

Color convert

RGB 22 85 113 -
CMYK 0.81 0.25 0 0.56
HSL 198.46º 0.67% 0.26% -
HSV(B) 198.46º 0.81% 0.44% -
XYZ 6.56 7.86 16.79 -
YUV 69.36 152.63 94.22 -
System Red Green Blue C M Y K H S L
Decimal 22 85 113 0.81 0.25 0 0.56 198.46 0.67 0.26
Hex 16 55 71 51 19 0 38 C6 43 1A
Octal 26 125 161 121 31 0 70 306 103 32
Binary 10110 1010101 1110001 1010001 11001 0 111000 11000110 1000011 11010

Color Harmonies of #165571

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165571

Black with #165571

Text Example


Text Example

White with #165571

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165571; }

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

 H1.HeaderClassName
 {
   color: #165571;
 }
 .AnyTagClassName
 {
   color: #165571;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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