#053F40

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

Shades of Cyprus #053F40

Tints of Cyprus #053F40

Color information

#053F40 (or 0x053F40) is unknown color: approx Cyprus. HEX triplet: 05, 3F and 40. RGB value is (5,63,64). Sum of RGB (Red+Green+Blue) = 5+63+64=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 63 (25% from 255 or 47.73% from 132); Blue value is 64 (25.39% from 255 or 48.48% from 132); Max value from RGB is 64 - color contains mainly: blue. Hex color #053F40 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F40 is #FAC0BF. Grayscale: #2D2D2D. Windows color (decimal): -16433344 or 4210437. OLE color: 4210437.

HSL color Cylindrical-coordinate representation of color #053F40: hue angle of 181.02º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.25% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053F40 is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB56364-
CMYK0.920.0200.75
HSL181.02º85.51%13.53%-
HSV(B)181.02º92.19%25.1%-
XYZ2.773.965.47-
YUV45.77138.2898.92-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.79%
GREEN value IS 63 (25% from 255) = 47.73%
BLUE value IS 64 (25.39% from 255) = 48.48%
R=3.79%
G=47.73%
B=48.48%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563640.920.0200.75181.0285.5113.53
Hex53F405C204Bb556e
Octal5771001342011326512616
Binary1011111111000000101110010010010111011010110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F40

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053F40; }

 p { color: rgb(5,63,64); }

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

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

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

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

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

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

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