#054C43

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

Shades of Cyprus #054C43

Tints of Cyprus #054C43

Color information

#054C43 (or 0x054C43) is unknown color: approx Cyprus. HEX triplet: 05, 4C and 43. RGB value is (5,76,67). Sum of RGB (Red+Green+Blue) = 5+76+67=148 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.38% from 148); Green value is 76 (30.08% from 255 or 51.35% from 148); Blue value is 67 (26.56% from 255 or 45.27% from 148); Max value from RGB is 76 - color contains mainly: green. Hex color #054C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054C43 is #FAB3BC. Grayscale: #353535. Windows color (decimal): -16430013 or 4410373. OLE color: 4410373.

HSL color Cylindrical-coordinate representation of color #054C43: hue angle of 172.39º 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 #054C43 is Cyan = 0.93, Magento = 0, Yellow = 0.12 and Black (K on CMYK) = 0.70.

Color convert

RGB57667-
CMYK0.9300.120.70
HSL172.39º87.65%15.88%-
HSV(B)172.39º93.42%29.8%-
XYZ3.665.616.2-
YUV53.74135.4893.23-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.38%
GREEN value IS 76 (30.08% from 255) = 51.35%
BLUE value IS 67 (26.56% from 255) = 45.27%
R=3.38%
G=51.35%
B=45.27%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.12
K (Black) values IS 0.70
SystemRedGreenBlueCMYKHSL
Decimal576670.9300.120.70172.3987.6515.88
Hex54C435D0C46ac5810
Octal511410313501410625413020
Binary10110011001000011101110101100100011010101100101100010000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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