Html Css Color HEX #558599 Hippie Blue

📋 copy color: '#558599'

red 85 ◦ green 133 ◦ blue 153

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

Shades of Hippie Blue #558599

Tints of Hippie Blue #558599

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.85%

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

R = 22.91%
G = 35.85%
B = 41.24%

CMYK

 C value IS 0.44

 M value IS 0.13

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#558599 (or 0x558599) is known color: Hippie Blue. HEX triplet: 55, 85 and 99. RGB value is (85,133,153). Sum of RGB (Red+Green+Blue) = 85+133+153=371 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.91% from 371); Green value is 133 (52.34% from 255 or 35.85% from 371); Blue value is 153 (60.16% from 255 or 41.24% from 371); Max value from RGB is 153 - color contains mainly: blue. Hex color #558599 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558599 is #AA7A66. Grayscale: #787878. Windows color (decimal): -11172455 or 10061141. OLE color: 10061141.

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

Color convert

RGB 85 133 153 -
CMYK 0.44 0.13 0 0.4
HSL 197.65º 0.29% 0.47% -
HSV(B) 197.65º 0.44% 0.6% -
XYZ 17.88 21.01 33.25 -
YUV 120.93 146.1 102.37 -
System Red Green Blue C M Y K H S L
Decimal 85 133 153 0.44 0.13 0 0.4 197.65 0.29 0.47
Hex 55 85 99 2C D 0 28 C6 1D 2F
Octal 125 205 231 54 15 0 50 306 35 57
Binary 1010101 10000101 10011001 101100 1101 0 101000 11000110 11101 101111

Color Harmonies of #558599

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558599

Black with #558599

Text Example


Text Example

White with #558599

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558599; }

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

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

background-color css

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

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

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

border-color css

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

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

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