#56839A

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

Shades of Hippie Blue #56839A

Tints of Hippie Blue #56839A

Color information

#56839A (or 0x56839A) is unknown color: approx Hippie Blue. HEX triplet: 56, 83 and 9A. RGB value is (86,131,154). Sum of RGB (Red+Green+Blue) = 86+131+154=371 (49% of max value = 765). Red value is 86 (33.98% from 255 or 23.18% from 371); Green value is 131 (51.56% from 255 or 35.31% from 371); Blue value is 154 (60.55% from 255 or 41.51% from 371); Max value from RGB is 154 - color contains mainly: blue. Hex color #56839A is not a web safe color. Web safe color analog (approx): #669999. Inversed color of #56839A is #A97C65. Grayscale: #787878. Windows color (decimal): -11107430 or 10126166. OLE color: 10126166.

HSL color Cylindrical-coordinate representation of color #56839A: hue angle of 200.29º 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 #56839A is Cyan = 0.44, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.40.

Color convert

RGB86131154-
CMYK0.440.1500.40
HSL200.29º28.33%47.06%-
HSV(B)200.29º44.16%60.39%-
XYZ17.7920.5433.6-
YUV120.17147.09103.63-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.18%
GREEN value IS 131 (51.56% from 255) = 35.31%
BLUE value IS 154 (60.55% from 255) = 41.51%
R=23.18%
G=35.31%
B=41.51%

CMYK

C (Cyan) values IS 0.44
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.40
SystemRedGreenBlueCMYKHSL
Decimal861311540.440.1500.40200.2928.3347.06
Hex56839A2CF028c81c2f
Octal12620323254170503103457
Binary10101101000001110011010101100111101010001100100011100101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #56839A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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