Html Css Color HEX #5653BF Rich Blue

📋 copy color: '#5653BF'

red 86 ◦ green 83 ◦ blue 191

#5653BF
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Rich Blue #5653BF

Tints of Rich Blue #5653BF

RGB

 RED value IS 86 (33.98% from 255) = 23.89%

 GREEN value IS 83 (32.81% from 255) = 23.06%

 BLUE value IS 191 (75% from 255) = 53.06%

R = 23.89%
G = 23.06%
B = 53.06%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5653BF (or 0x5653BF) is known color: Rich Blue. HEX triplet: 56, 53 and BF. RGB value is (86,83,191). Sum of RGB (Red+Green+Blue) = 86+83+191=360 (47% of max value = 765). Red value is 86 (33.98% from 255 or 23.89% from 360); Green value is 83 (32.81% from 255 or 23.06% from 360); Blue value is 191 (75% from 255 or 53.06% from 360); Max value from RGB is 191 - color contains mainly: blue. Hex color #5653BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5653BF is #A9AC40. Grayscale: #5F5F5F. Windows color (decimal): -11119681 or 12538710. OLE color: 12538710.

HSL color Cylindrical-coordinate representation of color #5653BF: hue angle of 241.67º 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 #5653BF is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 86 83 191 -
CMYK 0.55 0.57 0 0.25
HSL 241.67º 0.46% 0.54% -
HSV(B) 241.67º 0.57% 0.75% -
XYZ 16.33 11.93 50.73 -
YUV 96.21 181.49 120.72 -
System Red Green Blue C M Y K H S L
Decimal 86 83 191 0.55 0.57 0 0.25 241.67 0.46 0.54
Hex 56 53 BF 37 39 0 19 F2 2E 36
Octal 126 123 277 67 71 0 31 362 56 66
Binary 1010110 1010011 10111111 110111 111001 0 11001 11110010 101110 110110

Color Harmonies of #5653BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5653BF

Black with #5653BF

Text Example


Text Example

White with #5653BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #5653BF;
 }
 .AnyTagClassName
 {
   color: #5653BF;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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