Html Css Color HEX #55859C Hippie Blue

📋 copy color: '#55859C'

red 85 ◦ green 133 ◦ blue 156

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

Shades of Hippie Blue #55859C

Tints of Hippie Blue #55859C

RGB

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

 GREEN value IS 133 (52.34% from 255) = 35.56%

 BLUE value IS 156 (61.33% from 255) = 41.71%

R = 22.73%
G = 35.56%
B = 41.71%

CMYK

 C value IS 0.46

 M value IS 0.15

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#55859C (or 0x55859C) is known color: Hippie Blue. HEX triplet: 55, 85 and 9C. RGB value is (85,133,156). Sum of RGB (Red+Green+Blue) = 85+133+156=374 (49% of max value = 765). Red value is 85 (33.59% from 255 or 22.73% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 156 (61.33% from 255 or 41.71% from 374); Max value from RGB is 156 - color contains mainly: blue. Hex color #55859C is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #55859C is #AA7A63. Grayscale: #797979. Windows color (decimal): -11172452 or 10257749. OLE color: 10257749.

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

Color convert

RGB 85 133 156 -
CMYK 0.46 0.15 0 0.39
HSL 199.44º 0.29% 0.47% -
HSV(B) 199.44º 0.46% 0.61% -
XYZ 18.13 21.11 34.57 -
YUV 121.27 147.6 102.13 -
System Red Green Blue C M Y K H S L
Decimal 85 133 156 0.46 0.15 0 0.39 199.44 0.29 0.47
Hex 55 85 9C 2E F 0 27 C7 1D 2F
Octal 125 205 234 56 17 0 47 307 35 57
Binary 1010101 10000101 10011100 101110 1111 0 100111 11000111 11101 101111

Color Harmonies of #55859C

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #55859C

Black with #55859C

Text Example


Text Example

White with #55859C

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #55859C; }

 p { color: rgb(85,133,156); }

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

background-color css

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

 a { background-color: rgb(85,133,156); }

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

border-color css

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

 span { border-color: rgb(85,133,156); }

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