#055142

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

Shades of Cyprus #055142

Tints of Cyprus #055142

Color information

#055142 (or 0x055142) is unknown color: approx Cyprus. HEX triplet: 05, 51 and 42. RGB value is (5,81,66). Sum of RGB (Red+Green+Blue) = 5+81+66=152 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.29% from 152); Green value is 81 (32.03% from 255 or 53.29% from 152); Blue value is 66 (26.17% from 255 or 43.42% from 152); Max value from RGB is 81 - color contains mainly: green. Hex color #055142 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055142 is #FAAEBD. Grayscale: #383838. Windows color (decimal): -16428734 or 4346117. OLE color: 4346117.

HSL color Cylindrical-coordinate representation of color #055142: hue angle of 168.16º 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 #055142 is Cyan = 0.94, Magento = 0, Yellow = 0.19 and Black (K on CMYK) = 0.68.

Color convert

RGB58166-
CMYK0.9400.190.68
HSL168.16º88.37%16.86%-
HSV(B)168.16º93.83%31.76%-
XYZ3.996.316.16-
YUV56.57133.3291.22-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.29%
GREEN value IS 81 (32.03% from 255) = 53.29%
BLUE value IS 66 (26.17% from 255) = 43.42%
R=3.29%
G=53.29%
B=43.42%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.19
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581660.9400.190.68168.1688.3716.86
Hex551425E01344a85811
Octal512110213602310425013021
Binary101101000110000101011110010011100010010101000101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055142

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055142; }

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

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

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

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

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

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

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

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