#053634

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

Shades of Cyprus #053634

Tints of Cyprus #053634

Color information

#053634 (or 0x053634) is unknown color: approx Cyprus. HEX triplet: 05, 36 and 34. RGB value is (5,54,52). Sum of RGB (Red+Green+Blue) = 5+54+52=111 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.50% from 111); Green value is 54 (21.48% from 255 or 48.65% from 111); Blue value is 52 (20.70% from 255 or 46.85% from 111); Max value from RGB is 54 - color contains mainly: green. Hex color #053634 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053634 is #FAC9CB. Grayscale: #272727. Windows color (decimal): -16435660 or 3421701. OLE color: 3421701.

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

Color convert

RGB55452-
CMYK0.9100.040.79
HSL177.55º83.05%11.57%-
HSV(B)177.55º90.74%21.18%-
XYZ22.923.71-
YUV39.12135.27103.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.50%
GREEN value IS 54 (21.48% from 255) = 48.65%
BLUE value IS 52 (20.70% from 255) = 46.85%
R=4.50%
G=48.65%
B=46.85%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.79
SystemRedGreenBlueCMYKHSL
Decimal554520.9100.040.79177.5583.0511.57
Hex536345B044Fb253c
Octal566641330411726212314
Binary1011101101101001011011010010011111011001010100111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053634

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053634; }

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

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

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

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

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

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

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

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