Html Css Color HEX #54859D Hippie Blue

📋 copy color: '#54859D'

red 84 ◦ green 133 ◦ blue 157

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

Shades of Hippie Blue #54859D

Tints of Hippie Blue #54859D

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

 BLUE value IS 157 (61.72% from 255) = 41.98%

R = 22.46%
G = 35.56%
B = 41.98%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#54859D (or 0x54859D) is known color: Hippie Blue. HEX triplet: 54, 85 and 9D. RGB value is (84,133,157). Sum of RGB (Red+Green+Blue) = 84+133+157=374 (49% of max value = 765). Red value is 84 (33.20% from 255 or 22.46% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 157 (61.72% from 255 or 41.98% from 374); Max value from RGB is 157 - color contains mainly: blue. Hex color #54859D is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #54859D is #AB7A62. Grayscale: #787878. Windows color (decimal): -11237987 or 10323284. OLE color: 10323284.

HSL color Cylindrical-coordinate representation of color #54859D: hue angle of 199.73º degrees, saturation: 0.3, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #54859D is Cyan = 0.46, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 84 133 157 -
CMYK 0.46 0.15 0 0.38
HSL 199.73º 0.3% 0.47% -
HSV(B) 199.73º 0.46% 0.62% -
XYZ 18.13 21.09 35.01 -
YUV 121.09 148.27 101.55 -
System Red Green Blue C M Y K H S L
Decimal 84 133 157 0.46 0.15 0 0.38 199.73 0.3 0.47
Hex 54 85 9D 2E F 0 26 C8 1E 2F
Octal 124 205 235 56 17 0 46 310 36 57
Binary 1010100 10000101 10011101 101110 1111 0 100110 11001000 11110 101111

Color Harmonies of #54859D

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #54859D

Black with #54859D

Text Example


Text Example

White with #54859D

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #54859D; }

 p { color: rgb(84,133,157); }

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

background-color css

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

 a { background-color: rgb(84,133,157); }

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

border-color css

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

 span { border-color: rgb(84,133,157); }

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