#055043

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

Shades of Cyprus #055043

Tints of Cyprus #055043

Color information

#055043 (or 0x055043) is unknown color: approx Cyprus. HEX triplet: 05, 50 and 43. RGB value is (5,80,67). Sum of RGB (Red+Green+Blue) = 5+80+67=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 80 (31.64% from 255 or 52.63% from 152); Blue value is 67 (26.56% from 255 or 44.08% from 152); Max value from RGB is 80 - color contains mainly: green. Hex color #055043 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055043 is #FAAFBC. Grayscale: #383838. Windows color (decimal): -16428989 or 4411397. OLE color: 4411397.

HSL color Cylindrical-coordinate representation of color #055043: hue angle of 169.6º degrees, saturation: 0.88, lightness: 0.17%. HSV value (or HSB Brightness) of color is 0.31% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055043 is Cyan = 0.94, Magento = 0, Yellow = 0.16 and Black (K on CMYK) = 0.69.

Color convert

RGB58067-
CMYK0.9400.160.69
HSL169.6º88.24%16.67%-
HSV(B)169.6º93.75%31.37%-
XYZ3.946.176.29-
YUV56.09134.1591.56-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 80 (31.64% from 255) = 52.63%
BLUE value IS 67 (26.56% from 255) = 44.08%
R=3.29%
G=52.63%
B=44.08%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.16
K (Black) values IS 0.69
SystemRedGreenBlueCMYKHSL
Decimal580670.9400.160.69169.688.2416.67
Hex550435E01045aa5811
Octal512010313602010525213021
Binary101101000010000111011110010000100010110101010101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055043

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055043; }

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

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

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

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

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

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

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

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