#054A44

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

Shades of Cyprus #054A44

Tints of Cyprus #054A44

Color information

#054A44 (or 0x054A44) is unknown color: approx Cyprus. HEX triplet: 05, 4A and 44. RGB value is (5,74,68). Sum of RGB (Red+Green+Blue) = 5+74+68=147 (19% of max value = 765). Red value is 5 (2.34% from 255 or 3.40% from 147); Green value is 74 (29.30% from 255 or 50.34% from 147); Blue value is 68 (26.95% from 255 or 46.26% from 147); Max value from RGB is 74 - color contains mainly: green. Hex color #054A44 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054A44 is #FAB5BB. Grayscale: #343434. Windows color (decimal): -16430524 or 4475397. OLE color: 4475397.

HSL color Cylindrical-coordinate representation of color #054A44: hue angle of 174.78º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.29% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054A44 is Cyan = 0.93, Magento = 0, Yellow = 0.08 and Black (K on CMYK) = 0.71.

Color convert

RGB57468-
CMYK0.9300.080.71
HSL174.78º87.34%15.49%-
HSV(B)174.78º93.24%29.02%-
XYZ3.555.356.31-
YUV52.68136.6493.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.40%
GREEN value IS 74 (29.30% from 255) = 50.34%
BLUE value IS 68 (26.95% from 255) = 46.26%
R=3.40%
G=50.34%
B=46.26%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.08
K (Black) values IS 0.71
SystemRedGreenBlueCMYKHSL
Decimal574680.9300.080.71174.7887.3415.49
Hex54A445D0847af57f
Octal511210413501010725712717
Binary1011001010100010010111010100010001111010111110101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054A44

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,74,68); }

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

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

 a { background-color: rgb(5,74,68); }

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

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

 span { border-color: rgb(5,74,68); }

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