Html Css Color HEX #5652BB Rich Blue

📋 copy color: '#5652BB'

red 86 ◦ green 82 ◦ blue 187

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

Shades of Rich Blue #5652BB

Tints of Rich Blue #5652BB

RGB

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

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

 BLUE value IS 187 (73.44% from 255) = 52.68%

R = 24.23%
G = 23.1%
B = 52.68%

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

#5652BB (or 0x5652BB) is known color: Rich Blue. HEX triplet: 56, 52 and BB. RGB value is (86,82,187). Sum of RGB (Red+Green+Blue) = 86+82+187=355 (47% of max value = 765). Red value is 86 (33.98% from 255 or 24.23% from 355); Green value is 82 (32.42% from 255 or 23.10% from 355); Blue value is 187 (73.44% from 255 or 52.68% from 355); Max value from RGB is 187 - color contains mainly: blue. Hex color #5652BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5652BB is #A9AD44. Grayscale: #5E5E5E. Windows color (decimal): -11119941 or 12276310. OLE color: 12276310.

HSL color Cylindrical-coordinate representation of color #5652BB: hue angle of 242.29º degrees, saturation: 0.44, 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 #5652BB is Cyan = 0.54, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 86 82 187 -
CMYK 0.54 0.56 0 0.27
HSL 242.29º 0.44% 0.53% -
HSV(B) 242.29º 0.56% 0.73% -
XYZ 15.82 11.6 48.42 -
YUV 95.17 179.83 121.46 -
System Red Green Blue C M Y K H S L
Decimal 86 82 187 0.54 0.56 0 0.27 242.29 0.44 0.53
Hex 56 52 BB 36 38 0 1B F2 2C 35
Octal 126 122 273 66 70 0 33 362 54 65
Binary 1010110 1010010 10111011 110110 111000 0 11011 11110010 101100 110101

Color Harmonies of #5652BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5652BB

Black with #5652BB

Text Example


Text Example

White with #5652BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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