#055143

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

Shades of Cyprus #055143

Tints of Cyprus #055143

Color information

#055143 (or 0x055143) is unknown color: approx Cyprus. HEX triplet: 05, 51 and 43. RGB value is (5,81,67). Sum of RGB (Red+Green+Blue) = 5+81+67=153 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.27% from 153); Green value is 81 (32.03% from 255 or 52.94% from 153); Blue value is 67 (26.56% from 255 or 43.79% from 153); Max value from RGB is 81 - color contains mainly: green. Hex color #055143 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055143 is #FAAEBC. Grayscale: #383838. Windows color (decimal): -16428733 or 4411653. OLE color: 4411653.

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

Color convert

RGB58167-
CMYK0.9400.170.68
HSL168.95º88.37%16.86%-
HSV(B)168.95º93.83%31.76%-
XYZ4.026.326.32-
YUV56.68133.8291.14-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.27%
GREEN value IS 81 (32.03% from 255) = 52.94%
BLUE value IS 67 (26.56% from 255) = 43.79%
R=3.27%
G=52.94%
B=43.79%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.17
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581670.9400.170.68168.9588.3716.86
Hex551435E01144a95811
Octal512110313602110425113021
Binary101101000110000111011110010001100010010101001101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055143

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055143; }

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

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

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

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

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

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

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

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