Html Css Color HEX #055446 Cyprus

📋 copy color: '#055446'

red 5 ◦ green 84 ◦ blue 70

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

Shades of Cyprus #055446

Tints of Cyprus #055446

RGB

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

 GREEN value IS 84 (33.2% from 255) = 52.83%

 BLUE value IS 70 (27.73% from 255) = 44.03%

R = 3.14%
G = 52.83%
B = 44.03%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.17

 K value IS 0.67

RGB Variations

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

Color information

#055446 (or 0x055446) is known color: Cyprus. HEX triplet: 05, 54 and 46. RGB value is (5,84,70). Sum of RGB (Red+Green+Blue) = 5+84+70=159 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.14% from 159); Green value is 84 (33.20% from 255 or 52.83% from 159); Blue value is 70 (27.73% from 255 or 44.03% from 159); Max value from RGB is 84 - color contains mainly: green. Hex color #055446 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055446 is #FAABB9. Grayscale: #3A3A3A. Windows color (decimal): -16427962 or 4609029. OLE color: 4609029.

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

Color convert

RGB 5 84 70 -
CMYK 0.94 0 0.17 0.67
HSL 169.37º 0.89% 0.17% -
HSV(B) 169.37º 0.94% 0.33% -
XYZ 4.34 6.82 6.88 -
YUV 58.78 134.33 89.64 -
System Red Green Blue C M Y K H S L
Decimal 5 84 70 0.94 0 0.17 0.67 169.37 0.89 0.17
Hex 5 54 46 5E 0 11 43 A9 59 11
Octal 5 124 106 136 0 21 103 251 131 21
Binary 101 1010100 1000110 1011110 0 10001 1000011 10101001 1011001 10001

Color Harmonies of #055446

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055446

Black with #055446

Text Example


Text Example

White with #055446

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055446; }

 p { color: rgb(5,84,70); }

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

background-color css

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

 a { background-color: rgb(5,84,70); }

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

border-color css

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

 span { border-color: rgb(5,84,70); }

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