#053636

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

Shades of Cyprus #053636

Tints of Cyprus #053636

Color information

#053636 (or 0x053636) is unknown color: approx Cyprus. HEX triplet: 05, 36 and 36. RGB value is (5,54,54). Sum of RGB (Red+Green+Blue) = 5+54+54=113 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.42% from 113); Green value is 54 (21.48% from 255 or 47.79% from 113); Blue value is 54 (21.48% from 255 or 47.79% from 113); Max value from RGB is 54 - color contains mainly: green, blue. Hex color #053636 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053636 is #FAC9C9. Grayscale: #272727. Windows color (decimal): -16435658 or 3552773. OLE color: 3552773.

HSL color Cylindrical-coordinate representation of color #053636: hue angle of 180º degrees, saturation: 0.83, lightness: 0.12%. HSV value (or HSB Brightness) of color is 0.21% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #053636 is Cyan = 0.91, Magento = 0, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB55454-
CMYK0.91000.79
HSL180º83.05%11.57%-
HSV(B)180º90.74%21.18%-
XYZ2.052.943.95-
YUV39.35136.27103.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.42%
GREEN value IS 54 (21.48% from 255) = 47.79%
BLUE value IS 54 (21.48% from 255) = 47.79%
R=4.42%
G=47.79%
B=47.79%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal554540.91000.7918083.0511.57
Hex536365B004Fb453c
Octal566661330011726412314
Binary10111011011011010110110010011111011010010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053636

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053636; }

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

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

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

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

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

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

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

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