Html Css Color HEX #558490 Hippie Blue

📋 copy color: '#558490'

red 85 ◦ green 132 ◦ blue 144

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

Shades of Hippie Blue #558490

Tints of Hippie Blue #558490

RGB

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

 GREEN value IS 132 (51.95% from 255) = 36.57%

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

R = 23.55%
G = 36.57%
B = 39.89%

CMYK

 C value IS 0.41

 M value IS 0.08

 Y value IS 0

 K value IS 0.44

RGB Variations

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

Color information

#558490 (or 0x558490) is known color: Hippie Blue. HEX triplet: 55, 84 and 90. RGB value is (85,132,144). Sum of RGB (Red+Green+Blue) = 85+132+144=361 (47% of max value = 765). Red value is 85 (33.59% from 255 or 23.55% from 361); Green value is 132 (51.95% from 255 or 36.57% from 361); Blue value is 144 (56.64% from 255 or 39.89% from 361); Max value from RGB is 144 - color contains mainly: blue. Hex color #558490 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558490 is #AA7B6F. Grayscale: #777777. Windows color (decimal): -11172720 or 9471061. OLE color: 9471061.

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

Color convert

RGB 85 132 144 -
CMYK 0.41 0.08 0 0.44
HSL 192.2º 0.26% 0.45% -
HSV(B) 192.2º 0.41% 0.56% -
XYZ 17.03 20.45 29.43 -
YUV 119.32 141.93 103.52 -
System Red Green Blue C M Y K H S L
Decimal 85 132 144 0.41 0.08 0 0.44 192.2 0.26 0.45
Hex 55 84 90 29 8 0 2C C0 1A 2D
Octal 125 204 220 51 10 0 54 300 32 55
Binary 1010101 10000100 10010000 101001 1000 0 101100 11000000 11010 101101

Color Harmonies of #558490

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558490

Black with #558490

Text Example


Text Example

White with #558490

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558490; }

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

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

background-color css

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

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

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

border-color css

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

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

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