#053A3B

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

Shades of Cyprus #053A3B

Tints of Cyprus #053A3B

Color information

#053A3B (or 0x053A3B) is unknown color: approx Cyprus. HEX triplet: 05, 3A and 3B. RGB value is (5,58,59). Sum of RGB (Red+Green+Blue) = 5+58+59=122 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.10% from 122); Green value is 58 (23.05% from 255 or 47.54% from 122); Blue value is 59 (23.44% from 255 or 48.36% from 122); Max value from RGB is 59 - color contains mainly: blue. Hex color #053A3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A3B is #FAC5C4. Grayscale: #2A2A2A. Windows color (decimal): -16434629 or 3881477. OLE color: 3881477.

HSL color Cylindrical-coordinate representation of color #053A3B: hue angle of 181.11º degrees, saturation: 0.84, lightness: 0.13%. HSV value (or HSB Brightness) of color is 0.23% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #053A3B is Cyan = 0.92, Magento = 0.02, Yellow = 0 and Black (K on CMYK) = 0.77.

Color convert

RGB55859-
CMYK0.920.0200.77
HSL181.11º84.38%12.55%-
HSV(B)181.11º91.53%23.14%-
XYZ2.373.374.66-
YUV42.27137.44101.42-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.10%
GREEN value IS 58 (23.05% from 255) = 47.54%
BLUE value IS 59 (23.44% from 255) = 48.36%
R=4.10%
G=47.54%
B=48.36%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.02
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558590.920.0200.77181.1184.3812.55
Hex53A3B5C204Db554d
Octal572731342011526512415
Binary101111010111011101110010010011011011010110101001101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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