#558693

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

Shades of Hippie Blue #558693

Tints of Hippie Blue #558693

Color information

#558693 (or 0x558693) is unknown color: approx Hippie Blue. HEX triplet: 55, 86 and 93. RGB value is (85,134,147). Sum of RGB (Red+Green+Blue) = 85+134+147=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 134 (52.73% from 255 or 36.61% from 366); Blue value is 147 (57.81% from 255 or 40.16% from 366); Max value from RGB is 147 - color contains mainly: blue. Hex color #558693 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558693 is #AA796C. Grayscale: #787878. Windows color (decimal): -11172205 or 9668181. OLE color: 9668181.

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

Color convert

RGB85134147-
CMYK0.420.0900.42
HSL192.58º26.72%45.49%-
HSV(B)192.58º42.18%57.65%-
XYZ17.5421.0930.75-
YUV120.83142.77102.44-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.22%
GREEN value IS 134 (52.73% from 255) = 36.61%
BLUE value IS 147 (57.81% from 255) = 40.16%
R=23.22%
G=36.61%
B=40.16%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851341470.420.0900.42192.5826.7245.49
Hex5586932A902Ac11b2d
Octal12520622352110523013355
Binary10101011000011010010011101010100101010101100000111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558693

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558693; }

 p { color: rgb(85,134,147); }

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

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

 a { background-color: rgb(85,134,147); }

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

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

 span { border-color: rgb(85,134,147); }

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