#558399

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

Shades of Hippie Blue #558399

Tints of Hippie Blue #558399

Color information

#558399 (or 0x558399) is unknown color: approx Hippie Blue. HEX triplet: 55, 83 and 99. RGB value is (85,131,153). Sum of RGB (Red+Green+Blue) = 85+131+153=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #558399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558399 is #AA7C66. Grayscale: #777777. Windows color (decimal): -11172967 or 10060629. OLE color: 10060629.

HSL color Cylindrical-coordinate representation of color #558399: hue angle of 199.41º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558399 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.4.

Color convert

RGB85131153-
CMYK0.440.1400.4
HSL199.41º28.57%46.67%-
HSV(B)199.41º44.44%60%-
XYZ17.6120.4633.16-
YUV119.75146.76103.21-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.04%
GREEN value IS 131 (51.56% from 255) = 35.50%
BLUE value IS 153 (60.16% from 255) = 41.46%
R=23.04%
G=35.50%
B=41.46%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.4
SystemRedGreenBlueCMYKHSL
Decimal851311530.440.1400.4199.4128.5746.67
Hex5583992CE028c71d2f
Octal12520323154160503073557
Binary10101011000001110011001101100111001010001100011111101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558399

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558399; }

 p { color: rgb(85,131,153); }

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

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

 a { background-color: rgb(85,131,153); }

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

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

 span { border-color: rgb(85,131,153); }

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