#558192

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

Shades of Hippie Blue #558192

Tints of Hippie Blue #558192

Color information

#558192 (or 0x558192) is unknown color: approx Hippie Blue. HEX triplet: 55, 81 and 92. RGB value is (85,129,146). Sum of RGB (Red+Green+Blue) = 85+129+146=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 146 (57.42% from 255 or 40.56% from 360); Max value from RGB is 146 - color contains mainly: blue. Hex color #558192 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558192 is #AA7E6D. Grayscale: #757575. Windows color (decimal): -11173486 or 9601365. OLE color: 9601365.

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

Color convert

RGB85129146-
CMYK0.420.1200.43
HSL196.72º26.41%45.29%-
HSV(B)196.72º41.78%57.25%-
XYZ16.7819.7130.11-
YUV117.78143.92104.62-

RGB Variations

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

RGB

RED value IS 85 (33.59% from 255) = 23.61%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 146 (57.42% from 255) = 40.56%
R=23.61%
G=35.83%
B=40.56%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal851291460.420.1200.43196.7226.4145.29
Hex5581922AC02Bc51a2d
Octal12520122252140533053255
Binary10101011000000110010010101010110001010111100010111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #558192

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #558192; }

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

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

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

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

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

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

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

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