#053840

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

Shades of Cyprus #053840

Tints of Cyprus #053840

Color information

#053840 (or 0x053840) is unknown color: approx Cyprus. HEX triplet: 05, 38 and 40. RGB value is (5,56,64). Sum of RGB (Red+Green+Blue) = 5+56+64=125 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4% from 125); Green value is 56 (22.27% from 255 or 44.8% from 125); Blue value is 64 (25.39% from 255 or 51.2% from 125); Max value from RGB is 64 - color contains mainly: blue. Hex color #053840 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053840 is #FAC7BF. Grayscale: #292929. Windows color (decimal): -16435136 or 4208645. OLE color: 4208645.

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

Color convert

RGB55664-
CMYK0.920.1300.75
HSL188.14º85.51%13.53%-
HSV(B)188.14º92.19%25.1%-
XYZ2.43.235.35-
YUV41.66140.6101.85-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4%
GREEN value IS 56 (22.27% from 255) = 44.8%
BLUE value IS 64 (25.39% from 255) = 51.2%
R=4%
G=44.8%
B=51.2%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal556640.920.1300.75188.1485.5113.53
Hex538405CD04Bbc56e
Octal57010013415011327412616
Binary101111000100000010111001101010010111011110010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053840

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053840; }

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

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

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

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

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

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

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

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