Html Css Color HEX #558B9B Hippie Blue

📋 copy color: '#558B9B'

red 85 ◦ green 139 ◦ blue 155

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

Shades of Hippie Blue #558B9B

Tints of Hippie Blue #558B9B

RGB

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

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

 BLUE value IS 155 (60.94% from 255) = 40.9%

R = 22.43%
G = 36.68%
B = 40.9%

CMYK

 C value IS 0.45

 M value IS 0.10

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#558B9B (or 0x558B9B) is known color: Hippie Blue. HEX triplet: 55, 8B and 9B. RGB value is (85,139,155). Sum of RGB (Red+Green+Blue) = 85+139+155=379 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.43% from 379); Green value is 139 (54.69% from 255 or 36.68% from 379); Blue value is 155 (60.94% from 255 or 40.90% from 379); Max value from RGB is 155 - color contains mainly: blue. Hex color #558B9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558B9B is #AA7464. Grayscale: #7C7C7C. Windows color (decimal): -11170917 or 10193749. OLE color: 10193749.

HSL color Cylindrical-coordinate representation of color #558B9B: hue angle of 193.71º degrees, saturation: 0.29, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.61% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #558B9B is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 139 155 -
CMYK 0.45 0.10 0 0.39
HSL 193.71º 0.29% 0.47% -
HSV(B) 193.71º 0.45% 0.61% -
XYZ 18.9 22.76 34.41 -
YUV 124.68 145.11 99.7 -
System Red Green Blue C M Y K H S L
Decimal 85 139 155 0.45 0.10 0 0.39 193.71 0.29 0.47
Hex 55 8B 9B 2D A 0 27 C2 1D 2F
Octal 125 213 233 55 12 0 47 302 35 57
Binary 1010101 10001011 10011011 101101 1010 0 100111 11000010 11101 101111

Color Harmonies of #558B9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558B9B

Black with #558B9B

Text Example


Text Example

White with #558B9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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