Html Css Color HEX #5750BA Rich Blue

📋 copy color: '#5750BA'

red 87 ◦ green 80 ◦ blue 186

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

Shades of Rich Blue #5750BA

Tints of Rich Blue #5750BA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 22.66%

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

R = 24.65%
G = 22.66%
B = 52.69%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5750BA (or 0x5750BA) is known color: Rich Blue. HEX triplet: 57, 50 and BA. RGB value is (87,80,186). Sum of RGB (Red+Green+Blue) = 87+80+186=353 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.65% from 353); Green value is 80 (31.64% from 255 or 22.66% from 353); Blue value is 186 (73.05% from 255 or 52.69% from 353); Max value from RGB is 186 - color contains mainly: blue. Hex color #5750BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5750BA is #A8AF45. Grayscale: #5D5D5D. Windows color (decimal): -11054918 or 12210263. OLE color: 12210263.

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

Color convert

RGB 87 80 186 -
CMYK 0.53 0.57 0 0.27
HSL 243.96º 0.43% 0.52% -
HSV(B) 243.96º 0.57% 0.73% -
XYZ 15.66 11.31 47.81 -
YUV 94.18 179.82 122.88 -
System Red Green Blue C M Y K H S L
Decimal 87 80 186 0.53 0.57 0 0.27 243.96 0.43 0.52
Hex 57 50 BA 35 39 0 1B F4 2B 34
Octal 127 120 272 65 71 0 33 364 53 64
Binary 1010111 1010000 10111010 110101 111001 0 11011 11110100 101011 110100

Color Harmonies of #5750BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5750BA

Black with #5750BA

Text Example


Text Example

White with #5750BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,80,186); }

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

background-color css

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

 a { background-color: rgb(87,80,186); }

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

border-color css

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

 span { border-color: rgb(87,80,186); }

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