Html Css Color HEX #165552 Cyprus

📋 copy color: '#165552'

red 22 ◦ green 85 ◦ blue 82

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

Shades of Cyprus #165552

Tints of Cyprus #165552

RGB

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

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

 BLUE value IS 82 (32.42% from 255) = 43.39%

R = 11.64%
G = 44.97%
B = 43.39%

CMYK

 C value IS 0.74

 M value IS 0

 Y value IS 0.04

 K value IS 0.67

RGB Variations

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

Color information

#165552 (or 0x165552) is known color: Cyprus. HEX triplet: 16, 55 and 52. RGB value is (22,85,82). Sum of RGB (Red+Green+Blue) = 22+85+82=189 (25% of max value = 765). Red value is 22 (8.98% from 255 or 11.64% from 189); Green value is 85 (33.59% from 255 or 44.97% from 189); Blue value is 82 (32.42% from 255 or 43.39% from 189); Max value from RGB is 85 - color contains mainly: green. Hex color #165552 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165552 is #E9AAAD. Grayscale: #414141. Windows color (decimal): -15313582 or 5395734. OLE color: 5395734.

HSL color Cylindrical-coordinate representation of color #165552: hue angle of 177.14º degrees, saturation: 0.59, lightness: 0.21%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #165552 is Cyan = 0.74, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.67.

Color convert

RGB 22 85 82 -
CMYK 0.74 0 0.04 0.67
HSL 177.14º 0.59% 0.21% -
HSV(B) 177.14º 0.74% 0.33% -
XYZ 5.1 7.28 9.12 -
YUV 65.82 137.13 96.74 -
System Red Green Blue C M Y K H S L
Decimal 22 85 82 0.74 0 0.04 0.67 177.14 0.59 0.21
Hex 16 55 52 4A 0 4 43 B1 3B 15
Octal 26 125 122 112 0 4 103 261 73 25
Binary 10110 1010101 1010010 1001010 0 100 1000011 10110001 111011 10101

Color Harmonies of #165552

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165552

Black with #165552

Text Example


Text Example

White with #165552

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165552; }

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

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

background-color css

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

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

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

border-color css

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

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

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