Html Css Color HEX #558297 Hippie Blue

📋 copy color: '#558297'

red 85 ◦ green 130 ◦ blue 151

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

Shades of Hippie Blue #558297

Tints of Hippie Blue #558297

RGB

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

 GREEN value IS 130 (51.17% from 255) = 35.52%

 BLUE value IS 151 (59.38% from 255) = 41.26%

R = 23.22%
G = 35.52%
B = 41.26%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#558297 (or 0x558297) is known color: Hippie Blue. HEX triplet: 55, 82 and 97. RGB value is (85,130,151). Sum of RGB (Red+Green+Blue) = 85+130+151=366 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.22% from 366); Green value is 130 (51.17% from 255 or 35.52% from 366); Blue value is 151 (59.38% from 255 or 41.26% from 366); Max value from RGB is 151 - color contains mainly: blue. Hex color #558297 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558297 is #AA7D68. Grayscale: #767676. Windows color (decimal): -11173225 or 9929301. OLE color: 9929301.

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

Color convert

RGB 85 130 151 -
CMYK 0.44 0.14 0 0.41
HSL 199.09º 0.28% 0.46% -
HSV(B) 199.09º 0.44% 0.59% -
XYZ 17.31 20.13 32.25 -
YUV 118.94 146.09 103.79 -
System Red Green Blue C M Y K H S L
Decimal 85 130 151 0.44 0.14 0 0.41 199.09 0.28 0.46
Hex 55 82 97 2C E 0 29 C7 1C 2E
Octal 125 202 227 54 16 0 51 307 34 56
Binary 1010101 10000010 10010111 101100 1110 0 101001 11000111 11100 101110

Color Harmonies of #558297

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558297

Black with #558297

Text Example


Text Example

White with #558297

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558297; }

 p { color: rgb(85,130,151); }

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

background-color css

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

 a { background-color: rgb(85,130,151); }

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

border-color css

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

 span { border-color: rgb(85,130,151); }

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