Html Css Color HEX #55879B Hippie Blue

📋 copy color: '#55879B'

red 85 ◦ green 135 ◦ blue 155

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

Shades of Hippie Blue #55879B

Tints of Hippie Blue #55879B

RGB

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

 GREEN value IS 135 (53.13% from 255) = 36%

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

R = 22.67%
G = 36%
B = 41.33%

CMYK

 C value IS 0.45

 M value IS 0.13

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55879B (or 0x55879B) is known color: Hippie Blue. HEX triplet: 55, 87 and 9B. RGB value is (85,135,155). Sum of RGB (Red+Green+Blue) = 85+135+155=375 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.67% from 375); Green value is 135 (53.12% from 255 or 36% from 375); Blue value is 155 (60.94% from 255 or 41.33% from 375); Max value from RGB is 155 - color contains mainly: blue. Hex color #55879B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55879B is #AA7864. Grayscale: #7A7A7A. Windows color (decimal): -11171941 or 10192725. OLE color: 10192725.

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

Color convert

RGB 85 135 155 -
CMYK 0.45 0.13 0 0.39
HSL 197.14º 0.29% 0.47% -
HSV(B) 197.14º 0.45% 0.61% -
XYZ 18.33 21.63 34.22 -
YUV 122.33 146.44 101.37 -
System Red Green Blue C M Y K H S L
Decimal 85 135 155 0.45 0.13 0 0.39 197.14 0.29 0.47
Hex 55 87 9B 2D D 0 27 C5 1D 2F
Octal 125 207 233 55 15 0 47 305 35 57
Binary 1010101 10000111 10011011 101101 1101 0 100111 11000101 11101 101111

Color Harmonies of #55879B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55879B

Black with #55879B

Text Example


Text Example

White with #55879B

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55879B; }

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

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

background-color css

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

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

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

border-color css

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

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

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