#053f3f

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

Shades of Cyprus #053F3F

Tints of Cyprus #053F3F

Color information

#053F3F (or 0x053F3F) is unknown color: approx Cyprus. HEX triplet: 05, 3F and 3F. RGB value is (5,63,63). Sum of RGB (Red+Green+Blue) = 5+63+63=131 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.82% from 131); Green value is 63 (25% from 255 or 48.09% from 131); Blue value is 63 (25% from 255 or 48.09% from 131); Max value from RGB is 63 - color contains mainly: green, blue. Hex color #053F3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053F3F is #FAC0C0. Grayscale: #2D2D2D. Windows color (decimal): -16433345 or 4144901. OLE color: 4144901.

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

Color convert

RGB56363-
CMYK0.92000.75
HSL180º85.29%13.33%-
HSV(B)180º92.06%24.71%-
XYZ2.743.955.32-
YUV45.66137.7899-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.82%
GREEN value IS 63 (25% from 255) = 48.09%
BLUE value IS 63 (25% from 255) = 48.09%
R=3.82%
G=48.09%
B=48.09%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal563630.92000.7518085.2913.33
Hex53F3F5C004Bb455d
Octal577771340011326412515
Binary10111111111111110111000010010111011010010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053f3f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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