#548390

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

Shades of Hippie Blue #548390

Tints of Hippie Blue #548390

Color information

#548390 (or 0x548390) is unknown color: approx Hippie Blue. HEX triplet: 54, 83 and 90. RGB value is (84,131,144). Sum of RGB (Red+Green+Blue) = 84+131+144=359 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.40% from 359); Green value is 131 (51.56% from 255 or 36.49% from 359); Blue value is 144 (56.64% from 255 or 40.11% from 359); Max value from RGB is 144 - color contains mainly: blue. Hex color #548390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548390 is #AB7C6F. Grayscale: #767676. Windows color (decimal): -11238512 or 9470804. OLE color: 9470804.

HSL color Cylindrical-coordinate representation of color #548390: hue angle of 193º 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 #548390 is Cyan = 0.42, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB84131144-
CMYK0.420.0900.44
HSL193º26.32%44.71%-
HSV(B)193º41.67%56.47%-
XYZ16.8120.1329.39-
YUV118.43142.43103.44-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.40%
GREEN value IS 131 (51.56% from 255) = 36.49%
BLUE value IS 144 (56.64% from 255) = 40.11%
R=23.40%
G=36.49%
B=40.11%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841311440.420.0900.4419326.3244.71
Hex5483902A902Cc11a2d
Octal12420322052110543013255
Binary10101001000001110010000101010100101011001100000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548390

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548390; }

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

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

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

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

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

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

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

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