#56859A

Color #56859A Hippie Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Hippie Blue #56859A

Tints of Hippie Blue #56859A

Color information

#56859A (or 0x56859A) is unknown color: approx Hippie Blue. HEX triplet: 56, 85 and 9A. RGB value is (86,133,154). Sum of RGB (Red+Green+Blue) = 86+133+154=373 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.06% from 373); Green value is 133 (52.34% from 255 or 35.66% from 373); Blue value is 154 (60.55% from 255 or 41.29% from 373); Max value from RGB is 154 - color contains mainly: blue. Hex color #56859A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56859A is #A97A65. Grayscale: #797979. Windows color (decimal): -11106918 or 10126678. OLE color: 10126678.

HSL color Cylindrical-coordinate representation of color #56859A: hue angle of 198.53º degrees, saturation: 0.28, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.6% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #56859A is Cyan = 0.44, Magento = 0.14, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB86133154-
CMYK0.440.1400.40
HSL198.53º28.33%47.06%-
HSV(B)198.53º44.16%60.39%-
XYZ18.0621.0933.69-
YUV121.34146.43102.79-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.06%
GREEN value IS 133 (52.34% from 255) = 35.66%
BLUE value IS 154 (60.55% from 255) = 41.29%
R=23.06%
G=35.66%
B=41.29%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.14
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861331540.440.1400.40198.5328.3347.06
Hex56859A2CE028c71c2f
Octal12620523254160503073457
Binary10101101000010110011010101100111001010001100011111100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56859A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

 H1.HeaderClassName
 {
   color: #56859A;
 }
 .AnyTagClassName
 {
   color: #56859A;
 }
</style>
background-color css

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

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

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

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

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

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