#558293

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

Shades of Hippie Blue #558293

Tints of Hippie Blue #558293

Color information

#558293 (or 0x558293) is unknown color: approx Hippie Blue. HEX triplet: 55, 82 and 93. RGB value is (85,130,147). Sum of RGB (Red+Green+Blue) = 85+130+147=362 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.48% from 362); Green value is 130 (51.17% from 255 or 35.91% from 362); Blue value is 147 (57.81% from 255 or 40.61% from 362); Max value from RGB is 147 - color contains mainly: blue. Hex color #558293 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558293 is #AA7D6C. Grayscale: #767676. Windows color (decimal): -11173229 or 9667157. OLE color: 9667157.

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

Color convert

RGB85130147-
CMYK0.420.1200.42
HSL196.45º26.72%45.49%-
HSV(B)196.45º42.18%57.65%-
XYZ172030.57-
YUV118.48144.09104.12-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.48%
GREEN value IS 130 (51.17% from 255) = 35.91%
BLUE value IS 147 (57.81% from 255) = 40.61%
R=23.48%
G=35.91%
B=40.61%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal851301470.420.1200.42196.4526.7245.49
Hex5582932AC02Ac41b2d
Octal12520222352140523043355
Binary10101011000001010010011101010110001010101100010011011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558293

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558293; }

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

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

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

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

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

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

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

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