Html Css Color HEX #56859B Hippie Blue

📋 copy color: '#56859B'

red 86 ◦ green 133 ◦ blue 155

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

Shades of Hippie Blue #56859B

Tints of Hippie Blue #56859B

RGB

 RED value IS 86 (33.98% from 255) = 22.99%

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

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

R = 22.99%
G = 35.56%
B = 41.44%

CMYK

 C value IS 0.45

 M value IS 0.14

 Y value IS 0

 K value IS 0.39

RGB Variations

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

Color information

#56859B (or 0x56859B) is known color: Hippie Blue. HEX triplet: 56, 85 and 9B. RGB value is (86,133,155). Sum of RGB (Red+Green+Blue) = 86+133+155=374 (49% of max value = 765). Red value is 86 (33.98% from 255 or 22.99% from 374); Green value is 133 (52.34% from 255 or 35.56% from 374); Blue value is 155 (60.94% from 255 or 41.44% from 374); Max value from RGB is 155 - color contains mainly: blue. Hex color #56859B is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56859B is #A97A64. Grayscale: #797979. Windows color (decimal): -11106917 or 10192214. OLE color: 10192214.

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

Color convert

RGB 86 133 155 -
CMYK 0.45 0.14 0 0.39
HSL 199.13º 0.29% 0.47% -
HSV(B) 199.13º 0.45% 0.61% -
XYZ 18.14 21.12 34.13 -
YUV 121.46 146.93 102.71 -
System Red Green Blue C M Y K H S L
Decimal 86 133 155 0.45 0.14 0 0.39 199.13 0.29 0.47
Hex 56 85 9B 2D E 0 27 C7 1D 2F
Octal 126 205 233 55 16 0 47 307 35 57
Binary 1010110 10000101 10011011 101101 1110 0 100111 11000111 11101 101111

Color Harmonies of #56859B

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #56859B

Black with #56859B

Text Example


Text Example

White with #56859B

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(86,133,155); }

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

background-color css

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

 a { background-color: rgb(86,133,155); }

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

border-color css

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

 span { border-color: rgb(86,133,155); }

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