#053A3F

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

Shades of Cyprus #053A3F

Tints of Cyprus #053A3F

Color information

#053A3F (or 0x053A3F) is unknown color: approx Cyprus. HEX triplet: 05, 3A and 3F. RGB value is (5,58,63). Sum of RGB (Red+Green+Blue) = 5+58+63=126 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.97% from 126); Green value is 58 (23.05% from 255 or 46.03% from 126); Blue value is 63 (25% from 255 or 50% from 126); Max value from RGB is 63 - color contains mainly: blue. Hex color #053A3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A3F is #FAC5C0. Grayscale: #2A2A2A. Windows color (decimal): -16434625 or 4143621. OLE color: 4143621.

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

Color convert

RGB55863-
CMYK0.920.0800.75
HSL185.17º85.29%13.33%-
HSV(B)185.17º92.06%24.71%-
XYZ2.473.425.23-
YUV42.72139.44101.09-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.97%
GREEN value IS 58 (23.05% from 255) = 46.03%
BLUE value IS 63 (25% from 255) = 50%
R=3.97%
G=46.03%
B=50%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal558630.920.0800.75185.1785.2913.33
Hex53A3F5C804Bb955d
Octal5727713410011327112515
Binary10111101011111110111001000010010111011100110101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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