#558694

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

Shades of Hippie Blue #558694

Tints of Hippie Blue #558694

Color information

#558694 (or 0x558694) is unknown color: approx Hippie Blue. HEX triplet: 55, 86 and 94. RGB value is (85,134,148). Sum of RGB (Red+Green+Blue) = 85+134+148=367 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.16% from 367); Green value is 134 (52.73% from 255 or 36.51% from 367); Blue value is 148 (58.20% from 255 or 40.33% from 367); Max value from RGB is 148 - color contains mainly: blue. Hex color #558694 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558694 is #AA796B. Grayscale: #787878. Windows color (decimal): -11172204 or 9733717. OLE color: 9733717.

HSL color Cylindrical-coordinate representation of color #558694: hue angle of 193.33º 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 #558694 is Cyan = 0.43, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.42.

Color convert

RGB85134148-
CMYK0.430.0900.42
HSL193.33º27.04%45.69%-
HSV(B)193.33º42.57%58.04%-
XYZ17.6221.1231.16-
YUV120.94143.27102.36-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.16%
GREEN value IS 134 (52.73% from 255) = 36.51%
BLUE value IS 148 (58.20% from 255) = 40.33%
R=23.16%
G=36.51%
B=40.33%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851341480.430.0900.42193.3327.0445.69
Hex5586942B902Ac11b2e
Octal12520622453110523013356
Binary10101011000011010010100101011100101010101100000111011101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558694

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558694; }

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

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

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

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

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

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

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

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