#053C36

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

Shades of Cyprus #053C36

Tints of Cyprus #053C36

Color information

#053C36 (or 0x053C36) is unknown color: approx Cyprus. HEX triplet: 05, 3C and 36. RGB value is (5,60,54). Sum of RGB (Red+Green+Blue) = 5+60+54=119 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.20% from 119); Green value is 60 (23.83% from 255 or 50.42% from 119); Blue value is 54 (21.48% from 255 or 45.38% from 119); Max value from RGB is 60 - color contains mainly: green. Hex color #053C36 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C36 is #FAC3C9. Grayscale: #2A2A2A. Windows color (decimal): -16434122 or 3554309. OLE color: 3554309.

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

Color convert

RGB56054-
CMYK0.9200.100.76
HSL173.45º84.62%12.75%-
HSV(B)173.45º91.67%23.53%-
XYZ2.343.534.05-
YUV42.87134.28100.99-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.20%
GREEN value IS 60 (23.83% from 255) = 50.42%
BLUE value IS 54 (21.48% from 255) = 45.38%
R=4.20%
G=50.42%
B=45.38%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.10
K (Black) values IS 0.76
SystemRedGreenBlueCMYKHSL
Decimal560540.9200.100.76173.4584.6212.75
Hex53C365C0A4Cad55d
Octal5746613401211425512515
Binary10111110011011010111000101010011001010110110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C36

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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