#053635

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

Shades of Cyprus #053635

Tints of Cyprus #053635

Color information

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

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

Color convert

RGB55453-
CMYK0.9100.020.79
HSL178.78º83.05%11.57%-
HSV(B)178.78º90.74%21.18%-
XYZ2.022.933.83-
YUV39.24135.77103.58-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.02
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal554530.9100.020.79178.7883.0511.57
Hex536355B024Fb353c
Octal566651330211726312314
Binary101110110110101101101101010011111011001110100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053635

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053635; }

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

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

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

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

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

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

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

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