#053535

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

Shades of Cyprus #053535

Tints of Cyprus #053535

Color information

#053535 (or 0x053535) is unknown color: approx Cyprus. HEX triplet: 05, 35 and 35. RGB value is (5,53,53). Sum of RGB (Red+Green+Blue) = 5+53+53=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 53 (21.09% from 255 or 47.75% from 111); Blue value is 53 (21.09% from 255 or 47.75% from 111); Max value from RGB is 53 - color contains mainly: green, blue. Hex color #053535 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053535 is #FACACA. Grayscale: #262626. Windows color (decimal): -16435915 or 3486981. OLE color: 3486981.

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

Color convert

RGB55353-
CMYK0.91000.79
HSL180º82.76%11.37%-
HSV(B)180º90.57%20.78%-
XYZ1.982.843.81-
YUV38.65136.1104-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 53 (21.09% from 255) = 47.75%
BLUE value IS 53 (21.09% from 255) = 47.75%
R=4.50%
G=47.75%
B=47.75%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal553530.91000.7918082.7611.37
Hex535355B004Fb453b
Octal565651330011726412313
Binary10111010111010110110110010011111011010010100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053535

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053535; }

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

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

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

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

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

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

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

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