Html Css Color HEX #558299 Hippie Blue

📋 copy color: '#558299'

red 85 ◦ green 130 ◦ blue 153

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

Shades of Hippie Blue #558299

Tints of Hippie Blue #558299

RGB

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

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

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

R = 23.1%
G = 35.33%
B = 41.58%

CMYK

 C value IS 0.44

 M value IS 0.15

 Y value IS 0

 K value IS 0.4

RGB Variations

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

Color information

#558299 (or 0x558299) is known color: Hippie Blue. HEX triplet: 55, 82 and 99. RGB value is (85,130,153). Sum of RGB (Red+Green+Blue) = 85+130+153=368 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.10% from 368); Green value is 130 (51.17% from 255 or 35.33% from 368); Blue value is 153 (60.16% from 255 or 41.58% from 368); Max value from RGB is 153 - color contains mainly: blue. Hex color #558299 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558299 is #AA7D66. Grayscale: #777777. Windows color (decimal): -11173223 or 10060373. OLE color: 10060373.

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

Color convert

RGB 85 130 153 -
CMYK 0.44 0.15 0 0.4
HSL 200.29º 0.29% 0.47% -
HSV(B) 200.29º 0.44% 0.6% -
XYZ 17.48 20.2 33.11 -
YUV 119.17 147.09 103.63 -
System Red Green Blue C M Y K H S L
Decimal 85 130 153 0.44 0.15 0 0.4 200.29 0.29 0.47
Hex 55 82 99 2C F 0 28 C8 1D 2F
Octal 125 202 231 54 17 0 50 310 35 57
Binary 1010101 10000010 10011001 101100 1111 0 101000 11001000 11101 101111

Color Harmonies of #558299

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558299

Black with #558299

Text Example


Text Example

White with #558299

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558299; }

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

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

background-color css

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

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

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

border-color css

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

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

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