#055447

Color #055447 Cyprus (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Cyprus #055447

Tints of Cyprus #055447

Color information

#055447 (or 0x055447) is unknown color: approx 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

RGB58471-
CMYK0.9400.150.67
HSL170.13º88.76%17.45%-
HSV(B)170.13º94.05%32.94%-
XYZ4.376.837.05-
YUV58.9134.8389.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.12%
GREEN value IS 84 (33.20% from 255) = 52.5%
BLUE value IS 71 (28.12% from 255) = 44.38%
R=3.12%
G=52.5%
B=44.38%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal584710.9400.150.67170.1388.7617.45
Hex554475E0F43aa5911
Octal512410713601710325213121
Binary10110101001000111101111001111100001110101010101100110001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055447

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb 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>