Html Css Color HEX #558391 Hippie Blue

📋 copy color: '#558391'

red 85 ◦ green 131 ◦ blue 145

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

Shades of Hippie Blue #558391

Tints of Hippie Blue #558391

RGB

 RED value IS 85 (33.59% from 255) = 23.55%

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

 BLUE value IS 145 (57.03% from 255) = 40.17%

R = 23.55%
G = 36.29%
B = 40.17%

CMYK

 C value IS 0.41

 M value IS 0.10

 Y value IS 0

 K value IS 0.43

RGB Variations

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

Color information

#558391 (or 0x558391) is known color: Hippie Blue. HEX triplet: 55, 83 and 91. RGB value is (85,131,145). Sum of RGB (Red+Green+Blue) = 85+131+145=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 131 (51.56% from 255 or 36.29% from 361); Blue value is 145 (57.03% from 255 or 40.17% from 361); Max value from RGB is 145 - color contains mainly: blue. Hex color #558391 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558391 is #AA7C6E. Grayscale: #767676. Windows color (decimal): -11172975 or 9536341. OLE color: 9536341.

HSL color Cylindrical-coordinate representation of color #558391: hue angle of 194º degrees, saturation: 0.26, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.57% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #558391 is Cyan = 0.41, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.43.

Color convert

RGB 85 131 145 -
CMYK 0.41 0.10 0 0.43
HSL 194º 0.26% 0.45% -
HSV(B) 194º 0.41% 0.57% -
XYZ 16.97 20.21 29.79 -
YUV 118.84 142.76 103.86 -
System Red Green Blue C M Y K H S L
Decimal 85 131 145 0.41 0.10 0 0.43 194 0.26 0.45
Hex 55 83 91 29 A 0 2B C2 1A 2D
Octal 125 203 221 51 12 0 53 302 32 55
Binary 1010101 10000011 10010001 101001 1010 0 101011 11000010 11010 101101

Color Harmonies of #558391

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558391

Black with #558391

Text Example


Text Example

White with #558391

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558391; }

 p { color: rgb(85,131,145); }

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

background-color css

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

 a { background-color: rgb(85,131,145); }

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

border-color css

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

 span { border-color: rgb(85,131,145); }

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