Html Css Color HEX #165052 Cyprus

📋 copy color: '#165052'

red 22 ◦ green 80 ◦ blue 82

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

Shades of Cyprus #165052

Tints of Cyprus #165052

RGB

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

 GREEN value IS 80 (31.64% from 255) = 43.48%

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

R = 11.96%
G = 43.48%
B = 44.57%

CMYK

 C value IS 0.73

 M value IS 0.02

 Y value IS 0

 K value IS 0.68

RGB Variations

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

Color information

#165052 (or 0x165052) is known color: Cyprus. HEX triplet: 16, 50 and 52. RGB value is (22,80,82). Sum of RGB (Red+Green+Blue) = 22+80+82=184 (24% of max value = 765). Red value is 22 (8.98% from 255 or 11.96% from 184); Green value is 80 (31.64% from 255 or 43.48% from 184); Blue value is 82 (32.42% from 255 or 44.57% from 184); Max value from RGB is 82 - color contains mainly: blue. Hex color #165052 is not a web safe color. Web safe color analog (approx): #006666. Inversed color of #165052 is #E9AFAD. Grayscale: #3E3E3E. Windows color (decimal): -15314862 or 5394454. OLE color: 5394454.

HSL color Cylindrical-coordinate representation of color #165052: hue angle of 182º degrees, saturation: 0.58, lightness: 0.2%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #165052 is Cyan = 0.73, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.68.

Color convert

RGB 22 80 82 -
CMYK 0.73 0.02 0 0.68
HSL 182º 0.58% 0.2% -
HSV(B) 182º 0.73% 0.32% -
XYZ 4.72 6.52 8.99 -
YUV 62.89 138.78 98.84 -
System Red Green Blue C M Y K H S L
Decimal 22 80 82 0.73 0.02 0 0.68 182 0.58 0.2
Hex 16 50 52 49 2 0 44 B6 3A 14
Octal 26 120 122 111 2 0 104 266 72 24
Binary 10110 1010000 1010010 1001001 10 0 1000100 10110110 111010 10100

Color Harmonies of #165052

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #165052

Black with #165052

Text Example


Text Example

White with #165052

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #165052; }

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

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

background-color css

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

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

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

border-color css

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

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

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