#548291

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

Shades of Hippie Blue #548291

Tints of Hippie Blue #548291

Color information

#548291 (or 0x548291) is unknown color: approx Hippie Blue. HEX triplet: 54, 82 and 91. RGB value is (84,130,145). Sum of RGB (Red+Green+Blue) = 84+130+145=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 130 (51.17% from 255 or 36.21% from 359); Blue value is 145 (57.03% from 255 or 40.39% from 359); Max value from RGB is 145 - color contains mainly: blue. Hex color #548291 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548291 is #AB7D6E. Grayscale: #757575. Windows color (decimal): -11238767 or 9536084. OLE color: 9536084.

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

Color convert

RGB84130145-
CMYK0.420.1000.43
HSL194.75º26.64%44.9%-
HSV(B)194.75º42.07%56.86%-
XYZ16.7519.8929.75-
YUV117.96143.26103.78-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 130 (51.17% from 255) = 36.21%
BLUE value IS 145 (57.03% from 255) = 40.39%
R=23.40%
G=36.21%
B=40.39%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.43
SystemRedGreenBlueCMYKHSL
Decimal841301450.420.1000.43194.7526.6444.9
Hex5482912AA02Bc31b2d
Octal12420222152120533033355
Binary10101001000001010010001101010101001010111100001111011101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548291

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548291; }

 p { color: rgb(84,130,145); }

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

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

 a { background-color: rgb(84,130,145); }

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

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

 span { border-color: rgb(84,130,145); }

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