Html Css Color HEX #558C9B Hippie Blue

📋 copy color: '#558C9B'

red 85 ◦ green 140 ◦ blue 155

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

Shades of Hippie Blue #558C9B

Tints of Hippie Blue #558C9B

RGB

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

 GREEN value IS 140 (55.08% from 255) = 36.84%

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

R = 22.37%
G = 36.84%
B = 40.79%

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

#558C9B (or 0x558C9B) is known color: Hippie Blue. HEX triplet: 55, 8C and 9B. RGB value is (85,140,155). Sum of RGB (Red+Green+Blue) = 85+140+155=380 (50% of max value = 765). Red value is 85 (33.59% from 255 or 22.37% from 380); Green value is 140 (55.08% from 255 or 36.84% from 380); Blue value is 155 (60.94% from 255 or 40.79% from 380); Max value from RGB is 155 - color contains mainly: blue. Hex color #558C9B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #558C9B is #AA7364. Grayscale: #7D7D7D. Windows color (decimal): -11170661 or 10194005. OLE color: 10194005.

HSL color Cylindrical-coordinate representation of color #558C9B: hue angle of 192.86º 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 #558C9B is Cyan = 0.45, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.39.

Color convert

RGB 85 140 155 -
CMYK 0.45 0.10 0 0.39
HSL 192.86º 0.29% 0.47% -
HSV(B) 192.86º 0.45% 0.61% -
XYZ 19.04 23.05 34.46 -
YUV 125.27 144.78 99.28 -
System Red Green Blue C M Y K H S L
Decimal 85 140 155 0.45 0.10 0 0.39 192.86 0.29 0.47
Hex 55 8C 9B 2D A 0 27 C1 1D 2F
Octal 125 214 233 55 12 0 47 301 35 57
Binary 1010101 10001100 10011011 101101 1010 0 100111 11000001 11101 101111

Color Harmonies of #558C9B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #558C9B

Black with #558C9B

Text Example


Text Example

White with #558C9B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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