#548F9E

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

Shades of Hippie Blue #548F9E

Tints of Hippie Blue #548F9E

Color information

#548F9E (or 0x548F9E) is unknown color: approx Hippie Blue. HEX triplet: 54, 8F and 9E. RGB value is (84,143,158). Sum of RGB (Red+Green+Blue) = 84+143+158=385 (50% of max value = 765). Red value is 84 (33.20% from 255 or 21.82% from 385); Green value is 143 (56.25% from 255 or 37.14% from 385); Blue value is 158 (62.11% from 255 or 41.04% from 385); Max value from RGB is 158 - color contains mainly: blue. Hex color #548F9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548F9E is #AB7061. Grayscale: #7E7E7E. Windows color (decimal): -11235426 or 10391380. OLE color: 10391380.

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

Color convert

RGB84143158-
CMYK0.470.0900.38
HSL192.16º30.58%47.45%-
HSV(B)192.16º46.84%61.96%-
XYZ19.652435.94-
YUV127.07145.4597.28-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 21.82%
GREEN value IS 143 (56.25% from 255) = 37.14%
BLUE value IS 158 (62.11% from 255) = 41.04%
R=21.82%
G=37.14%
B=41.04%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.38
SystemRedGreenBlueCMYKHSL
Decimal841431580.470.0900.38192.1630.5847.45
Hex548F9E2F9026c01f2f
Octal12421723657110463003757
Binary10101001000111110011110101111100101001101100000011111101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548F9E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(84,143,158); }

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

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

 a { background-color: rgb(84,143,158); }

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

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

 span { border-color: rgb(84,143,158); }

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