Html Css Color HEX #055244 Cyprus

📋 copy color: '#055244'

red 5 ◦ green 82 ◦ blue 68

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

Shades of Cyprus #055244

Tints of Cyprus #055244

RGB

 RED value IS 5 (2.34% from 255) = 3.23%

 GREEN value IS 82 (32.42% from 255) = 52.9%

 BLUE value IS 68 (26.95% from 255) = 43.87%

R = 3.23%
G = 52.9%
B = 43.87%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.68

RGB Variations

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

Color information

#055244 (or 0x055244) is known color: Cyprus. HEX triplet: 05, 52 and 44. RGB value is (5,82,68). Sum of RGB (Red+Green+Blue) = 5+82+68=155 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.23% from 155); Green value is 82 (32.42% from 255 or 52.90% from 155); Blue value is 68 (26.95% from 255 or 43.87% from 155); Max value from RGB is 82 - color contains mainly: green. Hex color #055244 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055244 is #FAADBB. Grayscale: #393939. Windows color (decimal): -16428476 or 4477445. OLE color: 4477445.

HSL color Cylindrical-coordinate representation of color #055244: hue angle of 169.09º degrees, saturation: 0.89, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.32% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055244 is Cyan = 0.94, Magento = 0, Yellow = 0.17 and Black (K on CMYK) = 0.68.

Color convert

RGB 5 82 68 -
CMYK 0.94 0 0.17 0.68
HSL 169.09º 0.89% 0.17% -
HSV(B) 169.09º 0.94% 0.32% -
XYZ 4.12 6.48 6.5 -
YUV 57.38 133.99 90.64 -
System Red Green Blue C M Y K H S L
Decimal 5 82 68 0.94 0 0.17 0.68 169.09 0.89 0.17
Hex 5 52 44 5E 0 11 44 A9 59 11
Octal 5 122 104 136 0 21 104 251 131 21
Binary 101 1010010 1000100 1011110 0 10001 1000100 10101001 1011001 10001

Color Harmonies of #055244

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055244

Black with #055244

Text Example


Text Example

White with #055244

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055244; }

 p { color: rgb(5,82,68); }

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

background-color css

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

 a { background-color: rgb(5,82,68); }

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

border-color css

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

 span { border-color: rgb(5,82,68); }

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