Html Css Color HEX #558398 Hippie Blue

📋 copy color: '#558398'

red 85 ◦ green 131 ◦ blue 152

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

Shades of Hippie Blue #558398

Tints of Hippie Blue #558398

RGB

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

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

 BLUE value IS 152 (59.77% from 255) = 41.3%

R = 23.1%
G = 35.6%
B = 41.3%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.40

RGB Variations

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

Color information

#558398 (or 0x558398) is known color: Hippie Blue. HEX triplet: 55, 83 and 98. RGB value is (85,131,152). Sum of RGB (Red+Green+Blue) = 85+131+152=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 131 (51.56% from 255 or 35.60% from 368); Blue value is 152 (59.77% from 255 or 41.30% from 368); Max value from RGB is 152 - color contains mainly: blue. Hex color #558398 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558398 is #AA7C67. Grayscale: #777777. Windows color (decimal): -11172968 or 9995093. OLE color: 9995093.

HSL color Cylindrical-coordinate representation of color #558398: hue angle of 198.81º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #558398 is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB 85 131 152 -
CMYK 0.44 0.14 0 0.40
HSL 198.81º 0.28% 0.46% -
HSV(B) 198.81º 0.44% 0.6% -
XYZ 17.53 20.43 32.73 -
YUV 119.64 146.26 103.29 -
System Red Green Blue C M Y K H S L
Decimal 85 131 152 0.44 0.14 0 0.40 198.81 0.28 0.46
Hex 55 83 98 2C E 0 28 C7 1C 2E
Octal 125 203 230 54 16 0 50 307 34 56
Binary 1010101 10000011 10011000 101100 1110 0 101000 11000111 11100 101110

Color Harmonies of #558398

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558398

Black with #558398

Text Example


Text Example

White with #558398

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558398; }

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

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

background-color css

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

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

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

border-color css

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

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

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