#053C43

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

Shades of Cyprus #053C43

Tints of Cyprus #053C43

Color information

#053C43 (or 0x053C43) is unknown color: approx Cyprus. HEX triplet: 05, 3C and 43. RGB value is (5,60,67). Sum of RGB (Red+Green+Blue) = 5+60+67=132 (17% of max value = 765). Red value is 5 (2.34% from 255 or 3.79% from 132); Green value is 60 (23.83% from 255 or 45.45% from 132); Blue value is 67 (26.56% from 255 or 50.76% from 132); Max value from RGB is 67 - color contains mainly: blue. Hex color #053C43 is not a web safe color. Web safe color analog (approx): #003333. Inversed color of #053C43 is #FAC3BC. Grayscale: #2C2C2C. Windows color (decimal): -16434109 or 4406277. OLE color: 4406277.

HSL color Cylindrical-coordinate representation of color #053C43: hue angle of 186.77º degrees, saturation: 0.86, lightness: 0.14%. HSV value (or HSB Brightness) of color is 0.26% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #053C43 is Cyan = 0.93, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.74.

Color convert

RGB56067-
CMYK0.930.1000.74
HSL186.77º86.11%14.12%-
HSV(B)186.77º92.54%26.27%-
XYZ2.693.675.88-
YUV44.35140.7899.93-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.79%
GREEN value IS 60 (23.83% from 255) = 45.45%
BLUE value IS 67 (26.56% from 255) = 50.76%
R=3.79%
G=45.45%
B=50.76%

CMYK

C (Cyan) values IS 0.93
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.74
SystemRedGreenBlueCMYKHSL
Decimal560670.930.1000.74186.7786.1114.12
Hex53C435DA04Abb56e
Octal57410313512011227312616
Binary101111100100001110111011010010010101011101110101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #053C43

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(5,60,67); }

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

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

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

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

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

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

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