#055148

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

Shades of Cyprus #055148

Tints of Cyprus #055148

Color information

#055148 (or 0x055148) is unknown color: approx Cyprus. HEX triplet: 05, 51 and 48. RGB value is (5,81,72). Sum of RGB (Red+Green+Blue) = 5+81+72=158 (20% of max value = 765). Red value is 5 (2.34% from 255 or 3.16% from 158); Green value is 81 (32.03% from 255 or 51.27% from 158); Blue value is 72 (28.52% from 255 or 45.57% from 158); Max value from RGB is 81 - color contains mainly: green. Hex color #055148 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055148 is #FAAEB7. Grayscale: #393939. Windows color (decimal): -16428728 or 4739333. OLE color: 4739333.

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

Color convert

RGB58172-
CMYK0.9400.110.68
HSL172.89º88.37%16.86%-
HSV(B)172.89º93.83%31.76%-
XYZ4.176.397.14-
YUV57.25136.3290.73-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.16%
GREEN value IS 81 (32.03% from 255) = 51.27%
BLUE value IS 72 (28.52% from 255) = 45.57%
R=3.16%
G=51.27%
B=45.57%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.11
K (Black) values IS 0.68
SystemRedGreenBlueCMYKHSL
Decimal581720.9400.110.68172.8988.3716.86
Hex551485E0B44ad5811
Octal512111013601310425513021
Binary10110100011001000101111001011100010010101101101100010001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055148

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055148; }

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

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

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

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

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

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

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

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