#54828F

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

Shades of Hippie Blue #54828F

Tints of Hippie Blue #54828F

Color information

#54828F (or 0x54828F) is unknown color: approx Hippie Blue. HEX triplet: 54, 82 and 8F. RGB value is (84,130,143). Sum of RGB (Red+Green+Blue) = 84+130+143=357 (47% of max value = 765). Red value is 84 (33.20% from 255 or 23.53% from 357); Green value is 130 (51.17% from 255 or 36.41% from 357); Blue value is 143 (56.25% from 255 or 40.06% from 357); Max value from RGB is 143 - color contains mainly: blue. Hex color #54828F is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54828F is #AB7D70. Grayscale: #757575. Windows color (decimal): -11238769 or 9405012. OLE color: 9405012.

HSL color Cylindrical-coordinate representation of color #54828F: hue angle of 193.22º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.56% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #54828F is Cyan = 0.41, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.44.

Color convert

RGB84130143-
CMYK0.410.0900.44
HSL193.22º25.99%44.51%-
HSV(B)193.22º41.26%56.08%-
XYZ16.619.8328.94-
YUV117.73142.26103.94-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.53%
GREEN value IS 130 (51.17% from 255) = 36.41%
BLUE value IS 143 (56.25% from 255) = 40.06%
R=23.53%
G=36.41%
B=40.06%

CMYK

C (Cyan) values IS 0.41
M (Magenta) values IS 0.09
Y (Yellow) values IS 0
K (Black) values IS 0.44
SystemRedGreenBlueCMYKHSL
Decimal841301430.410.0900.44193.2225.9944.51
Hex54828F29902Cc11a2d
Octal12420221751110543013255
Binary10101001000001010001111101001100101011001100000111010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #54828F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #54828F; }

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

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

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

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

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

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

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

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