Html Css Color HEX #558B9E Hippie Blue

📋 copy color: '#558B9E'

red 85 ◦ green 139 ◦ blue 158

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

Shades of Hippie Blue #558B9E

Tints of Hippie Blue #558B9E

RGB

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

 GREEN value IS 139 (54.69% from 255) = 36.39%

 BLUE value IS 158 (62.11% from 255) = 41.36%

R = 22.25%
G = 36.39%
B = 41.36%

CMYK

 C value IS 0.46

 M value IS 0.12

 Y value IS 0

 K value IS 0.38

RGB Variations

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

Color information

#558B9E (or 0x558B9E) is known color: Hippie Blue. HEX triplet: 55, 8B and 9E. RGB value is (85,139,158). Sum of RGB (Red+Green+Blue) = 85+139+158=382 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.25% from 382); Green value is 139 (54.69% from 255 or 36.39% from 382); Blue value is 158 (62.11% from 255 or 41.36% from 382); Max value from RGB is 158 - color contains mainly: blue. Hex color #558B9E is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558B9E is #AA7461. Grayscale: #7C7C7C. Windows color (decimal): -11170914 or 10390357. OLE color: 10390357.

HSL color Cylindrical-coordinate representation of color #558B9E: hue angle of 195.62º degrees, saturation: 0.3, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.62% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #558B9E is Cyan = 0.46, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.38.

Color convert

RGB 85 139 158 -
CMYK 0.46 0.12 0 0.38
HSL 195.62º 0.3% 0.48% -
HSV(B) 195.62º 0.46% 0.62% -
XYZ 19.15 22.87 35.75 -
YUV 125.02 146.61 99.46 -
System Red Green Blue C M Y K H S L
Decimal 85 139 158 0.46 0.12 0 0.38 195.62 0.3 0.48
Hex 55 8B 9E 2E C 0 26 C4 1E 30
Octal 125 213 236 56 14 0 46 304 36 60
Binary 1010101 10001011 10011110 101110 1100 0 100110 11000100 11110 110000

Color Harmonies of #558B9E

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558B9E

Black with #558B9E

Text Example


Text Example

White with #558B9E

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #558B9E; }

 p { color: rgb(85,139,158); }

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

background-color css

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

 a { background-color: rgb(85,139,158); }

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

border-color css

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

 span { border-color: rgb(85,139,158); }

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