#548A9C

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

Shades of Hippie Blue #548A9C

Tints of Hippie Blue #548A9C

Color information

#548A9C (or 0x548A9C) is unknown color: approx Hippie Blue. HEX triplet: 54, 8A and 9C. RGB value is (84,138,156). Sum of RGB (Red+Green+Blue) = 84+138+156=378 (50% of max value = 765). Red value is 84 (33.20% from 255 or 22.22% from 378); Green value is 138 (54.30% from 255 or 36.51% from 378); Blue value is 156 (61.33% from 255 or 41.27% from 378); Max value from RGB is 156 - color contains mainly: blue. Hex color #548A9C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548A9C is #AB7563. Grayscale: #7B7B7B. Windows color (decimal): -11236708 or 10259028. OLE color: 10259028.

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

Color convert

RGB84138156-
CMYK0.460.1200.39
HSL195º30%47.06%-
HSV(B)195º46.15%61.18%-
XYZ18.7522.4634.8-
YUV123.91146.1199.54-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 22.22%
GREEN value IS 138 (54.30% from 255) = 36.51%
BLUE value IS 156 (61.33% from 255) = 41.27%
R=22.22%
G=36.51%
B=41.27%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.12
Y (Yellow) values IS 0
K (Black) values IS 0.39
SystemRedGreenBlueCMYKHSL
Decimal841381560.460.1200.391953047.06
Hex548A9C2EC027c31e2f
Octal12421223456140473033657
Binary10101001000101010011100101110110001001111100001111110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548A9C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,138,156); }

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

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

 a { background-color: rgb(84,138,156); }

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

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

 span { border-color: rgb(84,138,156); }

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