#548397

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

Shades of Hippie Blue #548397

Tints of Hippie Blue #548397

Color information

#548397 (or 0x548397) is unknown color: approx Hippie Blue. HEX triplet: 54, 83 and 97. RGB value is (84,131,151). Sum of RGB (Red+Green+Blue) = 84+131+151=366 (48% of max value = 765). Red value is 84 (33.20% from 255 or 22.95% from 366); Green value is 131 (51.56% from 255 or 35.79% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #548397 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548397 is #AB7C68. Grayscale: #777777. Windows color (decimal): -11238505 or 9929556. OLE color: 9929556.

HSL color Cylindrical-coordinate representation of color #548397: hue angle of 197.91º degrees, saturation: 0.29, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #548397 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB84131151-
CMYK0.440.1300.41
HSL197.91º28.51%46.08%-
HSV(B)197.91º44.37%59.22%-
XYZ17.3620.3532.29-
YUV119.23145.93102.87-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.95%
GREEN value IS 131 (51.56% from 255) = 35.79%
BLUE value IS 151 (59.38% from 255) = 41.26%
R=22.95%
G=35.79%
B=41.26%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841311510.440.1300.41197.9128.5146.08
Hex5483972CD029c61d2e
Octal12420322754150513063556
Binary10101001000001110010111101100110101010011100011011101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548397

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548397; }

 p { color: rgb(84,131,151); }

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

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

 a { background-color: rgb(84,131,151); }

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

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

 span { border-color: rgb(84,131,151); }

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