#5653C1

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

Shades of Rich Blue #5653C1

Tints of Rich Blue #5653C1

Color information

#5653C1 (or 0x5653C1) is unknown color: approx Rich Blue. HEX triplet: 56, 53 and C1. RGB value is (86,83,193). Sum of RGB (Red+Green+Blue) = 86+83+193=362 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.76% from 362); Green value is 83 (32.81% from 255 or 22.93% from 362); Blue value is 193 (75.78% from 255 or 53.31% from 362); Max value from RGB is 193 - color contains mainly: blue. Hex color #5653C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5653C1 is #A9AC3E. Grayscale: #606060. Windows color (decimal): -11119679 or 12669782. OLE color: 12669782.

HSL color Cylindrical-coordinate representation of color #5653C1: hue angle of 241.64º degrees, saturation: 0.47, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5653C1 is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB8683193-
CMYK0.550.5700.24
HSL241.64º47.01%54.12%-
HSV(B)241.64º56.99%75.69%-
XYZ16.5612.0251.9-
YUV96.44182.49120.56-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.76%
GREEN value IS 83 (32.81% from 255) = 22.93%
BLUE value IS 193 (75.78% from 255) = 53.31%
R=23.76%
G=22.93%
B=53.31%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal86831930.550.5700.24241.6447.0154.12
Hex5653C13739018f22f36
Octal12612330167710303625766
Binary101011010100111100000111011111100101100011110010101111110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5653C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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