#053D3F

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

Shades of Cyprus #053D3F

Tints of Cyprus #053D3F

Color information

#053D3F (or 0x053D3F) is unknown color: approx Cyprus. HEX triplet: 05, 3D and 3F. RGB value is (5,61,63). Sum of RGB (Red+Green+Blue) = 5+61+63=129 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.88% from 129); Green value is 61 (24.22% from 255 or 47.29% from 129); Blue value is 63 (25% from 255 or 48.84% from 129); Max value from RGB is 63 - color contains mainly: blue. Hex color #053D3F is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053D3F is #FAC2C0. Grayscale: #2C2C2C. Windows color (decimal): -16433857 or 4144389. OLE color: 4144389.

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

Color convert

RGB56163-
CMYK0.920.0300.75
HSL182.07º85.29%13.33%-
HSV(B)182.07º92.06%24.71%-
XYZ2.633.735.28-
YUV44.48138.4599.84-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.88%
GREEN value IS 61 (24.22% from 255) = 47.29%
BLUE value IS 63 (25% from 255) = 48.84%
R=3.88%
G=47.29%
B=48.84%

CMYK

C (Cyan) values IS 0.92
M (Magenta) values IS 0.03
Y (Yellow) values IS 0
K (Black) values IS 0.75
SystemRedGreenBlueCMYKHSL
Decimal561630.920.0300.75182.0785.2913.33
Hex53D3F5C304Bb655d
Octal575771343011326612515
Binary101111101111111101110011010010111011011010101011101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053D3F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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