#5653C0

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

Shades of Rich Blue #5653C0

Tints of Rich Blue #5653C0

Color information

#5653C0 (or 0x5653C0) is unknown color: approx Rich Blue. HEX triplet: 56, 53 and C0. RGB value is (86,83,192). Sum of RGB (Red+Green+Blue) = 86+83+192=361 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.82% from 361); Green value is 83 (32.81% from 255 or 22.99% from 361); Blue value is 192 (75.39% from 255 or 53.19% from 361); Max value from RGB is 192 - color contains mainly: blue. Hex color #5653C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5653C0 is #A9AC3F. Grayscale: #5F5F5F. Windows color (decimal): -11119680 or 12604246. OLE color: 12604246.

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

Color convert

RGB8683192-
CMYK0.550.5700.25
HSL241.65º46.38%53.92%-
HSV(B)241.65º56.77%75.29%-
XYZ16.4511.9751.31-
YUV96.32181.99120.64-

RGB Variations

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

RGB

RED value IS 86 (33.98% from 255) = 23.82%
GREEN value IS 83 (32.81% from 255) = 22.99%
BLUE value IS 192 (75.39% from 255) = 53.19%
R=23.82%
G=22.99%
B=53.19%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.57
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal86831920.550.5700.25241.6546.3853.92
Hex5653C03739019f22e36
Octal12612330067710313625666
Binary101011010100111100000011011111100101100111110010101110110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5653C0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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