#548D9D

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

Shades of Hippie Blue #548D9D

Tints of Hippie Blue #548D9D

Color information

#548D9D (or 0x548D9D) is unknown color: approx Hippie Blue. HEX triplet: 54, 8D and 9D. RGB value is (84,141,157). Sum of RGB (Red+Green+Blue) = 84+141+157=382 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.99% from 382); Green value is 141 (55.47% from 255 or 36.91% from 382); Blue value is 157 (61.72% from 255 or 41.10% from 382); Max value from RGB is 157 - color contains mainly: blue. Hex color #548D9D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548D9D is #AB7262. Grayscale: #7D7D7D. Windows color (decimal): -11235939 or 10325332. OLE color: 10325332.

HSL color Cylindrical-coordinate representation of color #548D9D: hue angle of 193.15º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #548D9D is Cyan = 0.46, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB84141157-
CMYK0.460.1000.38
HSL193.15º30.29%47.25%-
HSV(B)193.15º46.5%61.57%-
XYZ19.2723.3735.39-
YUV125.78145.6298.2-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.99%
GREEN value IS 141 (55.47% from 255) = 36.91%
BLUE value IS 157 (61.72% from 255) = 41.10%
R=21.99%
G=36.91%
B=41.10%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.10
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841411570.460.1000.38193.1530.2947.25
Hex548D9D2EA026c11e2f
Octal12421523556120463013657
Binary10101001000110110011101101110101001001101100000111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548D9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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