Html Css Color HEX #5756BB Rich Blue

📋 copy color: '#5756BB'

red 87 ◦ green 86 ◦ blue 187

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

Shades of Rich Blue #5756BB

Tints of Rich Blue #5756BB

RGB

 RED value IS 87 (34.38% from 255) = 24.17%

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

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

R = 24.17%
G = 23.89%
B = 51.94%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5756BB (or 0x5756BB) is known color: Rich Blue. HEX triplet: 57, 56 and BB. RGB value is (87,86,187). Sum of RGB (Red+Green+Blue) = 87+86+187=360 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.17% from 360); Green value is 86 (33.98% from 255 or 23.89% from 360); Blue value is 187 (73.44% from 255 or 51.94% from 360); Max value from RGB is 187 - color contains mainly: blue. Hex color #5756BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5756BB is #A8A944. Grayscale: #616161. Windows color (decimal): -11053381 or 12277335. OLE color: 12277335.

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

Color convert

RGB 87 86 187 -
CMYK 0.53 0.54 0 0.27
HSL 240.59º 0.43% 0.54% -
HSV(B) 240.59º 0.54% 0.73% -
XYZ 16.23 12.27 48.53 -
YUV 97.81 178.33 120.29 -
System Red Green Blue C M Y K H S L
Decimal 87 86 187 0.53 0.54 0 0.27 240.59 0.43 0.54
Hex 57 56 BB 35 36 0 1B F1 2B 36
Octal 127 126 273 65 66 0 33 361 53 66
Binary 1010111 1010110 10111011 110101 110110 0 11011 11110001 101011 110110

Color Harmonies of #5756BB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5756BB

Black with #5756BB

Text Example


Text Example

White with #5756BB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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