#5656BE

Color #5656BE Rich Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Rich Blue #5656BE

Tints of Rich Blue #5656BE

Color information

#5656BE (or 0x5656BE) is unknown color: approx Rich Blue. HEX triplet: 56, 56 and BE. RGB value is (86,86,190). Sum of RGB (Red+Green+Blue) = 86+86+190=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 86 (33.98% from 255 or 23.76% from 362); Blue value is 190 (74.61% from 255 or 52.49% from 362); Max value from RGB is 190 - color contains mainly: blue. Hex color #5656BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5656BE is #A9A941. Grayscale: #616161. Windows color (decimal): -11118914 or 12473942. OLE color: 12473942.

HSL color Cylindrical-coordinate representation of color #5656BE: hue angle of 240º degrees, saturation: 0.44, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #5656BE is Cyan = 0.55, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB8686190-
CMYK0.550.5500.25
HSL240º44.44%54.12%-
HSV(B)240º54.74%74.51%-
XYZ16.4612.3550.23-
YUV97.86180119.54-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 86 (33.98% from 255) = 23.76%
BLUE value IS 190 (74.61% from 255) = 52.49%
R=23.76%
G=23.76%
B=52.49%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86861900.550.5500.2524044.4454.12
Hex5656BE3737019f02c36
Octal12612627667670313605466
Binary101011010101101011111011011111011101100111110000101100110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5656BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5656BE; }

 p { color: rgb(86,86,190); }

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

<style>
 a { background-color: #5656BE; }

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

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

<style>
 span { border-color: #5656BE; }

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

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