#548193

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

Shades of Hippie Blue #548193

Tints of Hippie Blue #548193

Color information

#548193 (or 0x548193) is unknown color: approx Hippie Blue. HEX triplet: 54, 81 and 93. RGB value is (84,129,147). Sum of RGB (Red+Green+Blue) = 84+129+147=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 129 (50.78% from 255 or 35.83% from 360); Blue value is 147 (57.81% from 255 or 40.83% from 360); Max value from RGB is 147 - color contains mainly: blue. Hex color #548193 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548193 is #AB7E6C. Grayscale: #757575. Windows color (decimal): -11239021 or 9666900. OLE color: 9666900.

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

Color convert

RGB84129147-
CMYK0.430.1200.42
HSL197.14º27.27%45.29%-
HSV(B)197.14º42.86%57.65%-
XYZ16.7719.6930.52-
YUV117.6144.59104.04-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 129 (50.78% from 255) = 35.83%
BLUE value IS 147 (57.81% from 255) = 40.83%
R=23.33%
G=35.83%
B=40.83%

CMYK

C (Cyan) values IS 0.43
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.42
SystemRedGreenBlueCMYKHSL
Decimal841291470.430.1200.42197.1427.2745.29
Hex5481932BC02Ac51b2d
Octal12420122353140523053355
Binary10101001000000110010011101011110001010101100010111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548193

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548193; }

 p { color: rgb(84,129,147); }

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

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

 a { background-color: rgb(84,129,147); }

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

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

 span { border-color: rgb(84,129,147); }

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