#055548

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

Shades of Cyprus #055548

Tints of Cyprus #055548

Color information

#055548 (or 0x055548) is unknown color: approx Cyprus. HEX triplet: 05, 55 and 48. RGB value is (5,85,72). Sum of RGB (Red+Green+Blue) = 5+85+72=162 (21% of max value = 765). Red value is 5 (2.34% from 255 or 3.09% from 162); Green value is 85 (33.59% from 255 or 52.47% from 162); Blue value is 72 (28.52% from 255 or 44.44% from 162); Max value from RGB is 85 - color contains mainly: green. Hex color #055548 is not a web safe color. Web safe color analog (approx): #006633. Inversed color of #055548 is #FAAAB7. Grayscale: #3B3B3B. Windows color (decimal): -16427704 or 4740357. OLE color: 4740357.

HSL color Cylindrical-coordinate representation of color #055548: hue angle of 170.25º degrees, saturation: 0.89, lightness: 0.18%. HSV value (or HSB Brightness) of color is 0.33% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #055548 is Cyan = 0.94, Magento = 0, Yellow = 0.15 and Black (K on CMYK) = 0.67.

Color convert

RGB58572-
CMYK0.9400.150.67
HSL170.25º88.89%17.65%-
HSV(B)170.25º94.12%33.33%-
XYZ4.4877.25-
YUV59.613589.06-

RGB Variations

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

RGB

RED value IS 5 (2.34% from 255) = 3.09%
GREEN value IS 85 (33.59% from 255) = 52.47%
BLUE value IS 72 (28.52% from 255) = 44.44%
R=3.09%
G=52.47%
B=44.44%

CMYK

C (Cyan) values IS 0.94
M (Magenta) values IS 0
Y (Yellow) values IS 0.15
K (Black) values IS 0.67
SystemRedGreenBlueCMYKHSL
Decimal585720.9400.150.67170.2588.8917.65
Hex555485E0F43aa5912
Octal512511013601710325213122
Binary10110101011001000101111001111100001110101010101100110010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #055548

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #055548; }

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

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

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

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

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

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

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

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