Html Css Color HEX #548396 Hippie Blue

📋 copy color: '#548396'

red 84 ◦ green 131 ◦ blue 150

#548396
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Hippie Blue #548396

Tints of Hippie Blue #548396

RGB

 RED value IS 84 (33.2% from 255) = 23.01%

 GREEN value IS 131 (51.56% from 255) = 35.89%

 BLUE value IS 150 (58.98% from 255) = 41.1%

R = 23.01%
G = 35.89%
B = 41.1%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#548396 (or 0x548396) is known color: Hippie Blue. HEX triplet: 54, 83 and 96. RGB value is (84,131,150). Sum of RGB (Red+Green+Blue) = 84+131+150=365 (48% of max value = 765). Red value is 84 (33.20% from 255 or 23.01% from 365); Green value is 131 (51.56% from 255 or 35.89% from 365); Blue value is 150 (58.98% from 255 or 41.10% from 365); Max value from RGB is 150 - color contains mainly: blue. Hex color #548396 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #548396 is #AB7C69. Grayscale: #767676. Windows color (decimal): -11238506 or 9864020. OLE color: 9864020.

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

Color convert

RGB 84 131 150 -
CMYK 0.44 0.13 0 0.41
HSL 197.27º 0.28% 0.46% -
HSV(B) 197.27º 0.44% 0.59% -
XYZ 17.28 20.32 31.87 -
YUV 119.11 145.43 102.96 -
System Red Green Blue C M Y K H S L
Decimal 84 131 150 0.44 0.13 0 0.41 197.27 0.28 0.46
Hex 54 83 96 2C D 0 29 C5 1C 2E
Octal 124 203 226 54 15 0 51 305 34 56
Binary 1010100 10000011 10010110 101100 1101 0 101001 11000101 11100 101110

Color Harmonies of #548396

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #548396

Black with #548396

Text Example


Text Example

White with #548396

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #548396; }

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

 H1.HeaderClassName
 {
   color: #548396;
 }
 .AnyTagClassName
 {
   color: #548396;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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