Html Css Color HEX #5652BA Rich Blue

📋 copy color: '#5652BA'

red 86 ◦ green 82 ◦ blue 186

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

Shades of Rich Blue #5652BA

Tints of Rich Blue #5652BA

RGB

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

 GREEN value IS 82 (32.42% from 255) = 23.16%

 BLUE value IS 186 (73.05% from 255) = 52.54%

R = 24.29%
G = 23.16%
B = 52.54%

CMYK

 C value IS 0.54

 M value IS 0.56

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5652BA (or 0x5652BA) is known color: Rich Blue. HEX triplet: 56, 52 and BA. RGB value is (86,82,186). Sum of RGB (Red+Green+Blue) = 86+82+186=354 (46% of max value = 765). Red value is 86 (33.98% from 255 or 24.29% from 354); Green value is 82 (32.42% from 255 or 23.16% from 354); Blue value is 186 (73.05% from 255 or 52.54% from 354); Max value from RGB is 186 - color contains mainly: blue. Hex color #5652BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5652BA is #A9AD45. Grayscale: #5E5E5E. Windows color (decimal): -11119942 or 12210774. OLE color: 12210774.

HSL color Cylindrical-coordinate representation of color #5652BA: hue angle of 242.31º degrees, saturation: 0.43, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #5652BA is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 82 186 -
CMYK 0.54 0.56 0 0.27
HSL 242.31º 0.43% 0.53% -
HSV(B) 242.31º 0.56% 0.73% -
XYZ 15.72 11.56 47.86 -
YUV 95.05 179.33 121.54 -
System Red Green Blue C M Y K H S L
Decimal 86 82 186 0.54 0.56 0 0.27 242.31 0.43 0.53
Hex 56 52 BA 36 38 0 1B F2 2B 35
Octal 126 122 272 66 70 0 33 362 53 65
Binary 1010110 1010010 10111010 110110 111000 0 11011 11110010 101011 110101

Color Harmonies of #5652BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5652BA

Black with #5652BA

Text Example


Text Example

White with #5652BA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5652BA; }

 p { color: rgb(86,82,186); }

 H1.HeaderClassName
 {
   color: #5652BA;
 }
 .AnyTagClassName
 {
   color: #5652BA;
 }
</style>

background-color css

<style>
 a { background-color: #5652BA; }

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

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

border-color css

<style>
 span { border-color: #5652BA; }

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

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