#054544

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

Shades of Cyprus #054544

Tints of Cyprus #054544

Color information

#054544 (or 0x054544) is unknown color: approx Cyprus. HEX triplet: 05, 45 and 44. RGB value is (5,69,68). Sum of RGB (Red+Green+Blue) = 5+69+68=142 (18% of max value = 765). Red value is 5 (2.34% from 255 or 3.52% from 142); Green value is 69 (27.34% from 255 or 48.59% from 142); Blue value is 68 (26.95% from 255 or 47.89% from 142); Max value from RGB is 69 - color contains mainly: green. Hex color #054544 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #054544 is #FABABB. Grayscale: #313131. Windows color (decimal): -16431804 or 4474117. OLE color: 4474117.

HSL color Cylindrical-coordinate representation of color #054544: hue angle of 179.06º degrees, saturation: 0.86, 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 #054544 is Cyan = 0.93, Magento = 0, Yellow = 0.01 and Black (K on CMYK) = 0.73.

Color convert

RGB56968-
CMYK0.9300.010.73
HSL179.06º86.49%14.51%-
HSV(B)179.06º92.75%27.06%-
XYZ3.234.716.21-
YUV49.75138.396.08-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.52%
GREEN value IS 69 (27.34% from 255) = 48.59%
BLUE value IS 68 (26.95% from 255) = 47.89%
R=3.52%
G=48.59%
B=47.89%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0
Y (Yellow) values IS 0.01
K (Black) values IS 0.73
SystemRedGreenBlueCMYKHSL
Decimal569680.9300.010.73179.0686.4914.51
Hex545445D0149b356f
Octal51051041350111126312617
Binary1011000101100010010111010110010011011001110101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #054544

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #054544; }

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

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

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

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

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

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

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

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