#053740

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

Shades of Cyprus #053740

Tints of Cyprus #053740

Color information

#053740 (or 0x053740) is unknown color: approx Cyprus. HEX triplet: 05, 37 and 40. RGB value is (5,55,64). Sum of RGB (Red+Green+Blue) = 5+55+64=124 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.03% from 124); Green value is 55 (21.88% from 255 or 44.35% from 124); Blue value is 64 (25.39% from 255 or 51.61% from 124); Max value from RGB is 64 - color contains mainly: blue. Hex color #053740 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053740 is #FAC8BF. Grayscale: #282828. Windows color (decimal): -16435392 or 4208389. OLE color: 4208389.

HSL color Cylindrical-coordinate representation of color #053740: hue angle of 189.15º 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 #053740 is Cyan = 0.92, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.75.

Color convert

RGB55564-
CMYK0.920.1400.75
HSL189.15º85.51%13.53%-
HSV(B)189.15º92.19%25.1%-
XYZ2.353.135.33-
YUV41.08140.94102.27-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.03%
GREEN value IS 55 (21.88% from 255) = 44.35%
BLUE value IS 64 (25.39% from 255) = 51.61%
R=4.03%
G=44.35%
B=51.61%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal555640.920.1400.75189.1585.5113.53
Hex537405CE04Bbd56e
Octal56710013416011327512616
Binary101110111100000010111001110010010111011110110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053740

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053740; }

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

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

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

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

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

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

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

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