#558195

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

Shades of Hippie Blue #558195

Tints of Hippie Blue #558195

Color information

#558195 (or 0x558195) is unknown color: approx Hippie Blue. HEX triplet: 55, 81 and 95. RGB value is (85,129,149). Sum of RGB (Red+Green+Blue) = 85+129+149=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 129 (50.78% from 255 or 35.54% from 363); Blue value is 149 (58.59% from 255 or 41.05% from 363); Max value from RGB is 149 - color contains mainly: blue. Hex color #558195 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558195 is #AA7E6A. Grayscale: #767676. Windows color (decimal): -11173483 or 9797973. OLE color: 9797973.

HSL color Cylindrical-coordinate representation of color #558195: hue angle of 198.75º degrees, saturation: 0.27, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.58% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #558195 is Cyan = 0.43, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85129149-
CMYK0.430.1300.42
HSL198.75º27.35%45.88%-
HSV(B)198.75º42.95%58.43%-
XYZ17.0219.831.36-
YUV118.12145.42104.37-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.42%
GREEN value IS 129 (50.78% from 255) = 35.54%
BLUE value IS 149 (58.59% from 255) = 41.05%
R=23.42%
G=35.54%
B=41.05%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851291490.430.1300.42198.7527.3545.88
Hex5581952BD02Ac71b2e
Octal12520122553150523073356
Binary10101011000000110010101101011110101010101100011111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558195

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558195; }

 p { color: rgb(85,129,149); }

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

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

 a { background-color: rgb(85,129,149); }

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

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

 span { border-color: rgb(85,129,149); }

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