#548490

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

Shades of Hippie Blue #548490

Tints of Hippie Blue #548490

Color information

#548490 (or 0x548490) is unknown color: approx Hippie Blue. HEX triplet: 54, 84 and 90. RGB value is (84,132,144). Sum of RGB (Red+Green+Blue) = 84+132+144=360 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.33% from 360); Green value is 132 (51.95% from 255 or 36.67% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #548490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548490 is #AB7B6F. Grayscale: #767676. Windows color (decimal): -11238256 or 9471060. OLE color: 9471060.

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

Color convert

RGB84132144-
CMYK0.420.0800.44
HSL192º26.32%44.71%-
HSV(B)192º41.67%56.47%-
XYZ16.9420.429.43-
YUV119.02142.1103.02-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.33%
GREEN value IS 132 (51.95% from 255) = 36.67%
BLUE value IS 144 (56.64% from 255) = 40%
R=23.33%
G=36.67%
B=40%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.08
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841321440.420.0800.4419226.3244.71
Hex5484902A802Cc01a2d
Octal12420422052100543003255
Binary10101001000010010010000101010100001011001100000011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548490

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548490; }

 p { color: rgb(84,132,144); }

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

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

 a { background-color: rgb(84,132,144); }

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

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

 span { border-color: rgb(84,132,144); }

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