Html Css Color HEX #558399 Hippie Blue

📋 copy color: '#558399'

red 85 ◦ green 131 ◦ blue 153

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

Shades of Hippie Blue #558399

Tints of Hippie Blue #558399

RGB

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

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

 BLUE value IS 153 (60.16% from 255) = 41.46%

R = 23.04%
G = 35.5%
B = 41.46%

CMYK

 C value IS 0.44

 M value IS 0.14

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#558399 (or 0x558399) is known color: Hippie Blue. HEX triplet: 55, 83 and 99. RGB value is (85,131,153). Sum of RGB (Red+Green+Blue) = 85+131+153=369 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.04% from 369); Green value is 131 (51.56% from 255 or 35.50% from 369); Blue value is 153 (60.16% from 255 or 41.46% from 369); Max value from RGB is 153 - color contains mainly: blue. Hex color #558399 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558399 is #AA7C66. Grayscale: #777777. Windows color (decimal): -11172967 or 10060629. OLE color: 10060629.

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

Color convert

RGB 85 131 153 -
CMYK 0.44 0.14 0 0.4
HSL 199.41º 0.29% 0.47% -
HSV(B) 199.41º 0.44% 0.6% -
XYZ 17.61 20.46 33.16 -
YUV 119.75 146.76 103.21 -
System Red Green Blue C M Y K H S L
Decimal 85 131 153 0.44 0.14 0 0.4 199.41 0.29 0.47
Hex 55 83 99 2C E 0 28 C7 1D 2F
Octal 125 203 231 54 16 0 50 307 35 57
Binary 1010101 10000011 10011001 101100 1110 0 101000 11000111 11101 101111

Color Harmonies of #558399

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558399

Black with #558399

Text Example


Text Example

White with #558399

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558399; }

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

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

background-color css

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

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

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

border-color css

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

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

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