Html Css Color HEX #558096 Hippie Blue

📋 copy color: '#558096'

red 85 ◦ green 128 ◦ blue 150

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

Shades of Hippie Blue #558096

Tints of Hippie Blue #558096

RGB

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

 GREEN value IS 128 (50.39% from 255) = 35.26%

 BLUE value IS 150 (58.98% from 255) = 41.32%

R = 23.42%
G = 35.26%
B = 41.32%

CMYK

 C value IS 0.43

 M value IS 0.15

 Y value IS 0

 K value IS 0.41

RGB Variations

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

Color information

#558096 (or 0x558096) is known color: Hippie Blue. HEX triplet: 55, 80 and 96. RGB value is (85,128,150). Sum of RGB (Red+Green+Blue) = 85+128+150=363 (48% of max value = 765). Red value is 85 (33.59% from 255 or 23.42% from 363); Green value is 128 (50.39% from 255 or 35.26% from 363); Blue value is 150 (58.98% from 255 or 41.32% from 363); Max value from RGB is 150 - color contains mainly: blue. Hex color #558096 is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558096 is #AA7F69. Grayscale: #757575. Windows color (decimal): -11173738 or 9863253. OLE color: 9863253.

HSL color Cylindrical-coordinate representation of color #558096: hue angle of 200.31º degrees, saturation: 0.28, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.59% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #558096 is Cyan = 0.43, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.41.

Color convert

RGB 85 128 150 -
CMYK 0.43 0.15 0 0.41
HSL 200.31º 0.28% 0.46% -
HSV(B) 200.31º 0.43% 0.59% -
XYZ 16.97 19.57 31.74 -
YUV 117.65 146.25 104.71 -
System Red Green Blue C M Y K H S L
Decimal 85 128 150 0.43 0.15 0 0.41 200.31 0.28 0.46
Hex 55 80 96 2B F 0 29 C8 1C 2E
Octal 125 200 226 53 17 0 51 310 34 56
Binary 1010101 10000000 10010110 101011 1111 0 101001 11001000 11100 101110

Color Harmonies of #558096

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558096

Black with #558096

Text Example


Text Example

White with #558096

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558096; }

 p { color: rgb(85,128,150); }

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

background-color css

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

 a { background-color: rgb(85,128,150); }

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

border-color css

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

 span { border-color: rgb(85,128,150); }

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