#054644

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

Shades of Cyprus #054644

Tints of Cyprus #054644

Color information

#054644 (or 0x054644) is unknown color: approx Cyprus. HEX triplet: 05, 46 and 44. RGB value is (5,70,68). Sum of RGB (Red+Green+Blue) = 5+70+68=143 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.50% from 143); Green value is 70 (27.73% from 255 or 48.95% from 143); Blue value is 68 (26.95% from 255 or 47.55% from 143); Max value from RGB is 70 - color contains mainly: green. Hex color #054644 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054644 is #FAB9BB. Grayscale: #323232. Windows color (decimal): -16431548 or 4474373. OLE color: 4474373.

HSL color Cylindrical-coordinate representation of color #054644: hue angle of 178.15º degrees, saturation: 0.87, lightness: 0.15%. HSV value (or HSB Brightness) of color is 0.27% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #054644 is Cyan = 0.93, Magento = 0, Yellow = 0.03 and Black (K on CMYK) = 0.73.

Color convert

RGB57068-
CMYK0.9300.030.73
HSL178.15º86.67%14.71%-
HSV(B)178.15º92.86%27.45%-
XYZ3.34.836.23-
YUV50.34137.9795.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.50%
GREEN value IS 70 (27.73% from 255) = 48.95%
BLUE value IS 68 (26.95% from 255) = 47.55%
R=3.50%
G=48.95%
B=47.55%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.03
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal570680.9300.030.73178.1586.6714.71
Hex546445D0349b257f
Octal51061041350311126212717
Binary10110001101000100101110101110010011011001010101111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054644

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054644; }

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

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

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

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

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

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

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

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