#548DA2

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

Shades of Hippie Blue #548DA2

Tints of Hippie Blue #548DA2

Color information

#548DA2 (or 0x548DA2) is unknown color: approx Hippie Blue. HEX triplet: 54, 8D and A2. RGB value is (84,141,162). Sum of RGB (Red+Green+Blue) = 84+141+162=387 (51% of max value = 765). Red value is 84 (33.20% from 255 or 21.71% from 387); Green value is 141 (55.47% from 255 or 36.43% from 387); Blue value is 162 (63.67% from 255 or 41.86% from 387); Max value from RGB is 162 - color contains mainly: blue. Hex color #548DA2 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548DA2 is #AB725D. Grayscale: #7E7E7E. Windows color (decimal): -11235934 or 10653012. OLE color: 10653012.

HSL color Cylindrical-coordinate representation of color #548DA2: hue angle of 196.15º degrees, saturation: 0.32, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.64% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #548DA2 is Cyan = 0.48, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.36.

Color convert

RGB84141162-
CMYK0.480.1300.36
HSL196.15º31.71%48.24%-
HSV(B)196.15º48.15%63.53%-
XYZ19.723.5437.69-
YUV126.35148.1297.79-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.71%
GREEN value IS 141 (55.47% from 255) = 36.43%
BLUE value IS 162 (63.67% from 255) = 41.86%
R=21.71%
G=36.43%
B=41.86%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.36
SystemRedGreenBlueCMYKHSL
Decimal841411620.480.1300.36196.1531.7148.24
Hex548DA230D024c42030
Octal12421524260150443044060
Binary101010010001101101000101100001101010010011000100100000110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548DA2

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548DA2; }

 p { color: rgb(84,141,162); }

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

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

 a { background-color: rgb(84,141,162); }

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

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

 span { border-color: rgb(84,141,162); }

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