Html Css Color HEX #5750BF Rich Blue

📋 copy color: '#5750BF'

red 87 ◦ green 80 ◦ blue 191

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

Shades of Rich Blue #5750BF

Tints of Rich Blue #5750BF

RGB

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

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

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

R = 24.3%
G = 22.35%
B = 53.35%

CMYK

 C value IS 0.54

 M value IS 0.58

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5750BF (or 0x5750BF) is known color: Rich Blue. HEX triplet: 57, 50 and BF. RGB value is (87,80,191). Sum of RGB (Red+Green+Blue) = 87+80+191=358 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.30% from 358); Green value is 80 (31.64% from 255 or 22.35% from 358); Blue value is 191 (75% from 255 or 53.35% from 358); Max value from RGB is 191 - color contains mainly: blue. Hex color #5750BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5750BF is #A8AF40. Grayscale: #5E5E5E. Windows color (decimal): -11054913 or 12537943. OLE color: 12537943.

HSL color Cylindrical-coordinate representation of color #5750BF: hue angle of 243.78º degrees, saturation: 0.46, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #5750BF is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 80 191 -
CMYK 0.54 0.58 0 0.25
HSL 243.78º 0.46% 0.53% -
HSV(B) 243.78º 0.58% 0.75% -
XYZ 16.2 11.53 50.66 -
YUV 94.75 182.32 122.47 -
System Red Green Blue C M Y K H S L
Decimal 87 80 191 0.54 0.58 0 0.25 243.78 0.46 0.53
Hex 57 50 BF 36 3A 0 19 F4 2E 35
Octal 127 120 277 66 72 0 31 364 56 65
Binary 1010111 1010000 10111111 110110 111010 0 11001 11110100 101110 110101

Color Harmonies of #5750BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5750BF

Black with #5750BF

Text Example


Text Example

White with #5750BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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