#053F3B

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

Shades of Cyprus #053F3B

Tints of Cyprus #053F3B

Color information

#053F3B (or 0x053F3B) is unknown color: approx Cyprus. HEX triplet: 05, 3F and 3B. RGB value is (5,63,59). Sum of RGB (Red+Green+Blue) = 5+63+59=127 (16% of max value = 765). Red value is 5 (2.34% from 255 or 3.94% from 127); Green value is 63 (25% from 255 or 49.61% from 127); Blue value is 59 (23.44% from 255 or 46.46% from 127); Max value from RGB is 63 - color contains mainly: green. Hex color #053F3B is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F3B is #FAC0C4. Grayscale: #2D2D2D. Windows color (decimal): -16433349 or 3882757. OLE color: 3882757.

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

Color convert

RGB56359-
CMYK0.9200.060.75
HSL175.86º85.29%13.33%-
HSV(B)175.86º92.06%24.71%-
XYZ2.633.94.75-
YUV45.2135.7899.33-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.94%
GREEN value IS 63 (25% from 255) = 49.61%
BLUE value IS 59 (23.44% from 255) = 46.46%
R=3.94%
G=49.61%
B=46.46%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0.06
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563590.9200.060.75175.8685.2913.33
Hex53F3B5C064Bb055d
Octal577731340611326012515
Binary1011111111110111011100011010010111011000010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053F3B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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