#558698

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

Shades of Hippie Blue #558698

Tints of Hippie Blue #558698

Color information

#558698 (or 0x558698) is unknown color: approx Hippie Blue. HEX triplet: 55, 86 and 98. RGB value is (85,134,152). Sum of RGB (Red+Green+Blue) = 85+134+152=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 134 (52.73% from 255 or 36.12% from 371); Blue value is 152 (59.77% from 255 or 40.97% from 371); Max value from RGB is 152 - color contains mainly: blue. Hex color #558698 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558698 is #AA7967. Grayscale: #797979. Windows color (decimal): -11172200 or 9995861. OLE color: 9995861.

HSL color Cylindrical-coordinate representation of color #558698: hue angle of 196.12º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558698 is Cyan = 0.44, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB85134152-
CMYK0.440.1200.40
HSL196.12º28.27%46.47%-
HSV(B)196.12º44.08%59.61%-
XYZ17.9421.2532.86-
YUV121.4145.27102.04-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 22.91%
GREEN value IS 134 (52.73% from 255) = 36.12%
BLUE value IS 152 (59.77% from 255) = 40.97%
R=22.91%
G=36.12%
B=40.97%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal851341520.440.1200.40196.1228.2746.47
Hex5586982CC028c41c2e
Octal12520623054140503043456
Binary10101011000011010011000101100110001010001100010011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558698

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558698; }

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

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

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

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

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

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

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

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