#548090

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

Shades of Hippie Blue #548090

Tints of Hippie Blue #548090

Color information

#548090 (or 0x548090) is unknown color: approx Hippie Blue. HEX triplet: 54, 80 and 90. RGB value is (84,128,144). Sum of RGB (Red+Green+Blue) = 84+128+144=356 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.60% from 356); Green value is 128 (50.39% from 255 or 35.96% from 356); Blue value is 144 (56.64% from 255 or 40.45% from 356); Max value from RGB is 144 - color contains mainly: blue. Hex color #548090 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548090 is #AB7F6F. Grayscale: #747474. Windows color (decimal): -11239280 or 9470036. OLE color: 9470036.

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

Color convert

RGB84128144-
CMYK0.420.1100.44
HSL196º26.32%44.71%-
HSV(B)196º41.67%56.47%-
XYZ16.4119.3429.25-
YUV116.67143.42104.7-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.60%
GREEN value IS 128 (50.39% from 255) = 35.96%
BLUE value IS 144 (56.64% from 255) = 40.45%
R=23.60%
G=35.96%
B=40.45%

CMYK

C (Cyan) values IS 0.42
M (Magenta) values IS 0.11
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841281440.420.1100.4419626.3244.71
Hex5480902AB02Cc41a2d
Octal12420022052130543043255
Binary10101001000000010010000101010101101011001100010011010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548090

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548090; }

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

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

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

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

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

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

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

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