Html Css Color HEX #558390 Hippie Blue

📋 copy color: '#558390'

red 85 ◦ green 131 ◦ blue 144

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

Shades of Hippie Blue #558390

Tints of Hippie Blue #558390

RGB

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

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

 BLUE value IS 144 (56.64% from 255) = 40%

R = 23.61%
G = 36.39%
B = 40%

CMYK

 C value IS 0.41

 M value IS 0.09

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#558390 (or 0x558390) is known color: Hippie Blue. HEX triplet: 55, 83 and 90. RGB value is (85,131,144). Sum of RGB (Red+Green+Blue) = 85+131+144=360 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.61% from 360); Green value is 131 (51.56% from 255 or 36.39% from 360); Blue value is 144 (56.64% from 255 or 40% from 360); Max value from RGB is 144 - color contains mainly: blue. Hex color #558390 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558390 is #AA7C6F. Grayscale: #767676. Windows color (decimal): -11172976 or 9470805. OLE color: 9470805.

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

Color convert

RGB 85 131 144 -
CMYK 0.41 0.09 0 0.44
HSL 193.22º 0.26% 0.45% -
HSV(B) 193.22º 0.41% 0.56% -
XYZ 16.9 20.18 29.39 -
YUV 118.73 142.26 103.94 -
System Red Green Blue C M Y K H S L
Decimal 85 131 144 0.41 0.09 0 0.44 193.22 0.26 0.45
Hex 55 83 90 29 9 0 2C C1 1A 2D
Octal 125 203 220 51 11 0 54 301 32 55
Binary 1010101 10000011 10010000 101001 1001 0 101100 11000001 11010 101101

Color Harmonies of #558390

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558390

Black with #558390

Text Example


Text Example

White with #558390

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558390; }

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

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

background-color css

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

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

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

border-color css

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

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

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