#558592

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

Shades of Hippie Blue #558592

Tints of Hippie Blue #558592

Color information

#558592 (or 0x558592) is unknown color: approx Hippie Blue. HEX triplet: 55, 85 and 92. RGB value is (85,133,146). Sum of RGB (Red+Green+Blue) = 85+133+146=364 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.35% from 364); Green value is 133 (52.34% from 255 or 36.54% from 364); Blue value is 146 (57.42% from 255 or 40.11% from 364); Max value from RGB is 146 - color contains mainly: blue. Hex color #558592 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558592 is #AA7A6D. Grayscale: #787878. Windows color (decimal): -11172462 or 9602389. OLE color: 9602389.

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

Color convert

RGB85133146-
CMYK0.420.0900.43
HSL192.79º26.41%45.29%-
HSV(B)192.79º41.78%57.25%-
XYZ17.3220.7830.29-
YUV120.13142.6102.94-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.35%
GREEN value IS 133 (52.34% from 255) = 36.54%
BLUE value IS 146 (57.42% from 255) = 40.11%
R=23.35%
G=36.54%
B=40.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851331460.420.0900.43192.7926.4145.29
Hex5585922A902Bc11a2d
Octal12520522252110533013255
Binary10101011000010110010010101010100101010111100000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558592

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558592; }

 p { color: rgb(85,133,146); }

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

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

 a { background-color: rgb(85,133,146); }

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

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

 span { border-color: rgb(85,133,146); }

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