#053941

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

Shades of Cyprus #053941

Tints of Cyprus #053941

Color information

#053941 (or 0x053941) is unknown color: approx Cyprus. HEX triplet: 05, 39 and 41. RGB value is (5,57,65). Sum of RGB (Red+Green+Blue) = 5+57+65=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 57 (22.66% from 255 or 44.88% from 127); Blue value is 65 (25.78% from 255 or 51.18% from 127); Max value from RGB is 65 - color contains mainly: blue. Hex color #053941 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053941 is #FAC6BE. Grayscale: #2A2A2A. Windows color (decimal): -16434879 or 4274437. OLE color: 4274437.

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

Color convert

RGB55765-
CMYK0.920.1200.75
HSL188º85.71%13.73%-
HSV(B)188º92.31%25.49%-
XYZ2.483.345.52-
YUV42.36140.77101.35-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 57 (22.66% from 255) = 44.88%
BLUE value IS 65 (25.78% from 255) = 51.18%
R=3.94%
G=44.88%
B=51.18%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal557650.920.1200.7518885.7113.73
Hex539415CC04Bbc56e
Octal57110113414011327412616
Binary101111001100000110111001100010010111011110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053941

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053941; }

 p { color: rgb(5,57,65); }

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

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

 a { background-color: rgb(5,57,65); }

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

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

 span { border-color: rgb(5,57,65); }

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