#053640

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

Shades of Cyprus #053640

Tints of Cyprus #053640

Color information

#053640 (or 0x053640) is unknown color: approx Cyprus. HEX triplet: 05, 36 and 40. RGB value is (5,54,64). Sum of RGB (Red+Green+Blue) = 5+54+64=123 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.07% from 123); Green value is 54 (21.48% from 255 or 43.90% from 123); Blue value is 64 (25.39% from 255 or 52.03% from 123); Max value from RGB is 64 - color contains mainly: blue. Hex color #053640 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053640 is #FAC9BF. Grayscale: #282828. Windows color (decimal): -16435648 or 4208133. OLE color: 4208133.

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

Color convert

RGB55464-
CMYK0.920.1600.75
HSL190.17º85.51%13.53%-
HSV(B)190.17º92.19%25.1%-
XYZ2.313.045.32-
YUV40.49141.27102.69-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.07%
GREEN value IS 54 (21.48% from 255) = 43.90%
BLUE value IS 64 (25.39% from 255) = 52.03%
R=4.07%
G=43.90%
B=52.03%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.16
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal554640.920.1600.75190.1785.5113.53
Hex536405C1004Bbe56e
Octal56610013420011327612616
Binary1011101101000000101110010000010010111011111010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053640

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #053640; }

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

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

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

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

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

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

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

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