#053F39

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

Shades of Cyprus #053F39

Tints of Cyprus #053F39

Color information

#053F39 (or 0x053F39) is unknown color: approx Cyprus. HEX triplet: 05, 3F and 39. RGB value is (5,63,57). Sum of RGB (Red+Green+Blue) = 5+63+57=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 63 (25% from 255 or 50.4% from 125); Blue value is 57 (22.66% from 255 or 45.6% from 125); Max value from RGB is 63 - color contains mainly: green. Hex color #053F39 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F39 is #FAC0C6. Grayscale: #2C2C2C. Windows color (decimal): -16433351 or 3751685. OLE color: 3751685.

HSL color Cylindrical-coordinate representation of color #053F39: hue angle of 173.79º degrees, saturation: 0.85, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053F39 is Cyan = 0.92, Magento = 0, Yellow = 0.10 and Black (K on CMYK) = 0.75.

Color convert

RGB56357-
CMYK0.9200.100.75
HSL173.79º85.29%13.33%-
HSV(B)173.79º92.06%24.71%-
XYZ2.583.884.48-
YUV44.97134.7899.49-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 63 (25% from 255) = 50.4%
BLUE value IS 57 (22.66% from 255) = 45.6%
R=4%
G=50.4%
B=45.6%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563570.9200.100.75173.7985.2913.33
Hex53F395C0A4Bae55d
Octal5777113401211325612515
Binary10111111111100110111000101010010111010111010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F39

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053F39; }

 p { color: rgb(5,63,57); }

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

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

 a { background-color: rgb(5,63,57); }

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

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

 span { border-color: rgb(5,63,57); }

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