#053F3C

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

Shades of Cyprus #053F3C

Tints of Cyprus #053F3C

Color information

#053F3C (or 0x053F3C) is unknown color: approx Cyprus. HEX triplet: 05, 3F and 3C. RGB value is (5,63,60). Sum of RGB (Red+Green+Blue) = 5+63+60=128 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.91% from 128); Green value is 63 (25% from 255 or 49.22% from 128); Blue value is 60 (23.83% from 255 or 46.88% from 128); Max value from RGB is 63 - color contains mainly: green. Hex color #053F3C is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F3C is #FAC0C3. Grayscale: #2D2D2D. Windows color (decimal): -16433348 or 3948293. OLE color: 3948293.

HSL color Cylindrical-coordinate representation of color #053F3C: hue angle of 176.9º 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 #053F3C is Cyan = 0.92, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.75.

Color convert

RGB56360-
CMYK0.9200.050.75
HSL176.9º85.29%13.33%-
HSV(B)176.9º92.06%24.71%-
XYZ2.663.914.89-
YUV45.32136.2899.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.91%
GREEN value IS 63 (25% from 255) = 49.22%
BLUE value IS 60 (23.83% from 255) = 46.88%
R=3.91%
G=49.22%
B=46.88%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563600.9200.050.75176.985.2913.33
Hex53F3C5C054Bb155d
Octal577741340511326112515
Binary1011111111111001011100010110010111011000110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F3C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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