#053536

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

Shades of Cyprus #053536

Tints of Cyprus #053536

Color information

#053536 (or 0x053536) is unknown color: approx Cyprus. HEX triplet: 05, 35 and 36. RGB value is (5,53,54). Sum of RGB (Red+Green+Blue) = 5+53+54=112 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.46% from 112); Green value is 53 (21.09% from 255 or 47.32% from 112); Blue value is 54 (21.48% from 255 or 48.21% from 112); Max value from RGB is 54 - color contains mainly: blue. Hex color #053536 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053536 is #FACAC9. Grayscale: #262626. Windows color (decimal): -16435914 or 3552517. OLE color: 3552517.

HSL color Cylindrical-coordinate representation of color #053536: hue angle of 181.22º 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 #053536 is Cyan = 0.91, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.79.

Color convert

RGB55354-
CMYK0.910.0200.79
HSL181.22º83.05%11.57%-
HSV(B)181.22º90.74%21.18%-
XYZ22.843.93-
YUV38.76136.6103.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.46%
GREEN value IS 53 (21.09% from 255) = 47.32%
BLUE value IS 54 (21.48% from 255) = 48.21%
R=4.46%
G=47.32%
B=48.21%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553540.910.0200.79181.2283.0511.57
Hex535365B204Fb553c
Octal565661332011726512314
Binary101110101110110101101110010011111011010110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053536

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053536; }

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

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

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

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

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

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

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

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