#053B3F

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

Shades of Cyprus #053B3F

Tints of Cyprus #053B3F

Color information

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

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

Color convert

RGB55963-
CMYK0.920.0600.75
HSL184.14º85.29%13.33%-
HSV(B)184.14º92.06%24.71%-
XYZ2.523.525.25-
YUV43.31139.11100.67-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.06
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal559630.920.0600.75184.1485.2913.33
Hex53B3F5C604Bb855d
Octal573771346011327012515
Binary1011110111111111011100110010010111011100010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053B3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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