#053A3A

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

Shades of Cyprus #053A3A

Tints of Cyprus #053A3A

Color information

#053A3A (or 0x053A3A) is unknown color: approx Cyprus. HEX triplet: 05, 3A and 3A. RGB value is (5,58,58). Sum of RGB (Red+Green+Blue) = 5+58+58=121 (16% of max value = 765). Red value is 5 (2.34% from 255 or 4.13% from 121); Green value is 58 (23.05% from 255 or 47.93% from 121); Blue value is 58 (23.05% from 255 or 47.93% from 121); Max value from RGB is 58 - color contains mainly: green, blue. Hex color #053A3A is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053A3A is #FAC5C5. Grayscale: #2A2A2A. Windows color (decimal): -16434630 or 3815941. OLE color: 3815941.

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

Color convert

RGB55858-
CMYK0.91000.77
HSL180º84.13%12.35%-
HSV(B)180º91.38%22.75%-
XYZ2.343.364.53-
YUV42.15136.94101.5-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 4.13%
GREEN value IS 58 (23.05% from 255) = 47.93%
BLUE value IS 58 (23.05% from 255) = 47.93%
R=4.13%
G=47.93%
B=47.93%

CMYK

C (Cyan) values IS 0.91
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.77
SystemRedGreenBlueCMYKHSL
Decimal558580.91000.7718084.1312.35
Hex53A3A5B004Db454c
Octal572721330011526412414
Binary10111101011101010110110010011011011010010101001100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053A3A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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