#054C42

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

Shades of Cyprus #054C42

Tints of Cyprus #054C42

Color information

#054C42 (or 0x054C42) is unknown color: approx Cyprus. HEX triplet: 05, 4C and 42. RGB value is (5,76,66). Sum of RGB (Red+Green+Blue) = 5+76+66=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 76 (30.08% from 255 or 51.70% from 147); Blue value is 66 (26.17% from 255 or 44.90% from 147); Max value from RGB is 76 - color contains mainly: green. Hex color #054C42 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C42 is #FAB3BD. Grayscale: #353535. Windows color (decimal): -16430014 or 4344837. OLE color: 4344837.

HSL color Cylindrical-coordinate representation of color #054C42: hue angle of 171.55º degrees, saturation: 0.88, lightness: 0.16%. HSV value (or HSB Brightness) of color is 0.3% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054C42 is Cyan = 0.93, Magento = 0, Yellow = 0.13 and Black (K on CMYK) = 0.70.

Color convert

RGB57666-
CMYK0.9300.130.70
HSL171.55º87.65%15.88%-
HSV(B)171.55º93.42%29.8%-
XYZ3.635.596.04-
YUV53.63134.9893.31-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 76 (30.08% from 255) = 51.70%
BLUE value IS 66 (26.17% from 255) = 44.90%
R=3.40%
G=51.70%
B=44.90%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.13
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal576660.9300.130.70171.5587.6515.88
Hex54C425D0D46ac5810
Octal511410213501510625413020
Binary10110011001000010101110101101100011010101100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C42

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054C42; }

 p { color: rgb(5,76,66); }

 H1.HeaderClassName
 {
   color: #054C42;
 }
 .AnyTagClassName
 {
   color: #054C42;
 }
</style>
background-color css

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

 a { background-color: rgb(5,76,66); }

 div.DivClassName
 {
   background-color: #054C42;
 }
 .BgClassName
 {
   background-color: #054C42;
 }
</style>
border-color css

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

 span { border-color: rgb(5,76,66); }

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