#053432

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

Shades of Cyprus #053432

Tints of Cyprus #053432

Color information

#053432 (or 0x053432) is unknown color: approx Cyprus. HEX triplet: 05, 34 and 32. RGB value is (5,52,50). Sum of RGB (Red+Green+Blue) = 5+52+50=107 (14% of max value = 765). Red value is 5 (2.34% from 255 or 4.67% from 107); Green value is 52 (20.70% from 255 or 48.60% from 107); Blue value is 50 (19.92% from 255 or 46.73% from 107); Max value from RGB is 52 - color contains mainly: green. Hex color #053432 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053432 is #FACBCD. Grayscale: #252525. Windows color (decimal): -16436174 or 3290117. OLE color: 3290117.

HSL color Cylindrical-coordinate representation of color #053432: hue angle of 177.45º degrees, saturation: 0.82, lightness: 0.11%. HSV value (or HSB Brightness) of color is 0.2% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #053432 is Cyan = 0.90, Magento = 0, Yellow = 0.04 and Black (K on CMYK) = 0.80.

Color convert

RGB55250-
CMYK0.9000.040.80
HSL177.45º82.46%11.18%-
HSV(B)177.45º90.38%20.39%-
XYZ1.872.723.44-
YUV37.72134.93104.66-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.67%
GREEN value IS 52 (20.70% from 255) = 48.60%
BLUE value IS 50 (19.92% from 255) = 46.73%
R=4.67%
G=48.60%
B=46.73%

CMYK

C (Cyan) values IS 0.90
M (Magenta) values IS 0
Y (Yellow) values IS 0.04
K (Black) values IS 0.80
SystemRedGreenBlueCMYKHSL
Decimal552500.9000.040.80177.4582.4611.18
Hex534325A0450b152b
Octal564621320412026112213
Binary1011101001100101011010010010100001011000110100101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053432

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053432; }

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

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

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

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

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

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

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

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