Html Css Color HEX #055447 Cyprus

📋 copy color: '#055447'

red 5 ◦ green 84 ◦ blue 71

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

Shades of Cyprus #055447

Tints of Cyprus #055447

RGB

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

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

 BLUE value IS 71 (28.13% from 255) = 44.38%

R = 3.13%
G = 52.5%
B = 44.38%

CMYK

 C value IS 0.94

 M value IS 0

 Y value IS 0.15

 K value IS 0.67

RGB Variations

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

Color information

#055447 (or 0x055447) is known color: Cyprus. HEX triplet: 05, 54 and 47. RGB value is (5,84,71). Sum of RGB (Red+Green+Blue) = 5+84+71=160 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.12% from 160); Green value is 84 (33.20% from 255 or 52.5% from 160); Blue value is 71 (28.12% from 255 or 44.38% from 160); Max value from RGB is 84 - color contains mainly: green. Hex color #055447 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055447 is #FAABB8. Grayscale: #3A3A3A. Windows color (decimal): -16427961 or 4674565. OLE color: 4674565.

HSL color Cylindrical-coordinate representation of color #055447: hue angle of 170.13º 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 #055447 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB 5 84 71 -
CMYK 0.94 0 0.15 0.67
HSL 170.13º 0.89% 0.17% -
HSV(B) 170.13º 0.94% 0.33% -
XYZ 4.37 6.83 7.05 -
YUV 58.9 134.83 89.56 -
System Red Green Blue C M Y K H S L
Decimal 5 84 71 0.94 0 0.15 0.67 170.13 0.89 0.17
Hex 5 54 47 5E 0 F 43 AA 59 11
Octal 5 124 107 136 0 17 103 252 131 21
Binary 101 1010100 1000111 1011110 0 1111 1000011 10101010 1011001 10001

Color Harmonies of #055447

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #055447

Black with #055447

Text Example


Text Example

White with #055447

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #055447; }

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

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

background-color css

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

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

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

border-color css

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

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

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