#5653BD

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

Shades of Rich Blue #5653BD

Tints of Rich Blue #5653BD

Color information

#5653BD (or 0x5653BD) is unknown color: approx Rich Blue. HEX triplet: 56, 53 and BD. RGB value is (86,83,189). Sum of RGB (Red+Green+Blue) = 86+83+189=358 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.02% from 358); Green value is 83 (32.81% from 255 or 23.18% from 358); Blue value is 189 (74.22% from 255 or 52.79% from 358); Max value from RGB is 189 - color contains mainly: blue. Hex color #5653BD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5653BD is #A9AC42. Grayscale: #5F5F5F. Windows color (decimal): -11119683 or 12407638. OLE color: 12407638.

HSL color Cylindrical-coordinate representation of color #5653BD: hue angle of 241.7º degrees, saturation: 0.45, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5653BD is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB8683189-
CMYK0.540.5600.26
HSL241.7º44.54%53.33%-
HSV(B)241.7º56.08%74.12%-
XYZ16.1211.8449.58-
YUV95.98180.49120.88-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 24.02%
GREEN value IS 83 (32.81% from 255) = 23.18%
BLUE value IS 189 (74.22% from 255) = 52.79%
R=24.02%
G=23.18%
B=52.79%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal86831890.540.5600.26241.744.5453.33
Hex5653BD363801Af22d35
Octal12612327566700323625565
Binary101011010100111011110111011011100001101011110010101101110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5653BD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5653BD; }

 p { color: rgb(86,83,189); }

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

<style>
 a { background-color: #5653BD; }

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

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

<style>
 span { border-color: #5653BD; }

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

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