#548296

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

Shades of Hippie Blue #548296

Tints of Hippie Blue #548296

Color information

#548296 (or 0x548296) is unknown color: approx Hippie Blue. HEX triplet: 54, 82 and 96. RGB value is (84,130,150). Sum of RGB (Red+Green+Blue) = 84+130+150=364 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.08% from 364); Green value is 130 (51.17% from 255 or 35.71% from 364); Blue value is 150 (58.98% from 255 or 41.21% from 364); Max value from RGB is 150 - color contains mainly: blue. Hex color #548296 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548296 is #AB7D69. Grayscale: #767676. Windows color (decimal): -11238762 or 9863764. OLE color: 9863764.

HSL color Cylindrical-coordinate representation of color #548296: hue angle of 198.18º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #548296 is Cyan = 0.44, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB84130150-
CMYK0.440.1300.41
HSL198.18º28.21%45.88%-
HSV(B)198.18º44%58.82%-
XYZ17.1420.0531.82-
YUV118.53145.76103.37-

RGB Variations

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

RGB

RED value IS 84 (33.20% from 255) = 23.08%
GREEN value IS 130 (51.17% from 255) = 35.71%
BLUE value IS 150 (58.98% from 255) = 41.21%
R=23.08%
G=35.71%
B=41.21%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.13
Y (Yellow) values IS 0
K (Black) values IS 0.41
SystemRedGreenBlueCMYKHSL
Decimal841301500.440.1300.41198.1828.2145.88
Hex5482962CD029c61c2e
Octal12420222654150513063456
Binary10101001000001010010110101100110101010011100011011100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #548296

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #548296; }

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

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

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

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

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

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

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

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