#053936

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

Shades of Cyprus #053936

Tints of Cyprus #053936

Color information

#053936 (or 0x053936) is unknown color: approx Cyprus. HEX triplet: 05, 39 and 36. RGB value is (5,57,54). Sum of RGB (Red+Green+Blue) = 5+57+54=116 (15% of max value = 765). Red value is 5 (2.34% from 255 or 4.31% from 116); Green value is 57 (22.66% from 255 or 49.14% from 116); Blue value is 54 (21.48% from 255 or 46.55% from 116); Max value from RGB is 57 - color contains mainly: green. Hex color #053936 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053936 is #FAC6C9. Grayscale: #292929. Windows color (decimal): -16434890 or 3553541. OLE color: 3553541.

HSL color Cylindrical-coordinate representation of color #053936: hue angle of 176.54º degrees, saturation: 0.84, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.22% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053936 is Cyan = 0.91, Magento = 0, Yellow = 0.05 and Black (K on CMYK) = 0.78.

Color convert

RGB55754-
CMYK0.9100.050.78
HSL176.54º83.87%12.16%-
HSV(B)176.54º91.23%22.35%-
XYZ2.193.224-
YUV41.11135.27102.24-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.31%
GREEN value IS 57 (22.66% from 255) = 49.14%
BLUE value IS 54 (21.48% from 255) = 46.55%
R=4.31%
G=49.14%
B=46.55%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.05
K (Black) values IS 0.78
SystemRedGreenBlueCMYKHSL
Decimal557540.9100.050.78176.5483.8712.16
Hex539365B054Eb154c
Octal571661330511626112414
Binary1011110011101101011011010110011101011000110101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053936

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053936; }

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

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

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

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

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

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

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

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