Html Css Color HEX #5750BE Rich Blue

📋 copy color: '#5750BE'

red 87 ◦ green 80 ◦ blue 190

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

Shades of Rich Blue #5750BE

Tints of Rich Blue #5750BE

RGB

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

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

 BLUE value IS 190 (74.61% from 255) = 53.22%

R = 24.37%
G = 22.41%
B = 53.22%

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

#5750BE (or 0x5750BE) is known color: Rich Blue. HEX triplet: 57, 50 and BE. RGB value is (87,80,190). Sum of RGB (Red+Green+Blue) = 87+80+190=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 80 (31.64% from 255 or 22.41% from 357); Blue value is 190 (74.61% from 255 or 53.22% from 357); Max value from RGB is 190 - color contains mainly: blue. Hex color #5750BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5750BE is #A8AF41. Grayscale: #5E5E5E. Windows color (decimal): -11054914 or 12472407. OLE color: 12472407.

HSL color Cylindrical-coordinate representation of color #5750BE: hue angle of 243.82º 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 #5750BE is Cyan = 0.54, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 80 190 -
CMYK 0.54 0.58 0 0.25
HSL 243.82º 0.46% 0.53% -
HSV(B) 243.82º 0.58% 0.75% -
XYZ 16.09 11.48 50.08 -
YUV 94.63 181.82 122.56 -
System Red Green Blue C M Y K H S L
Decimal 87 80 190 0.54 0.58 0 0.25 243.82 0.46 0.53
Hex 57 50 BE 36 3A 0 19 F4 2E 35
Octal 127 120 276 66 72 0 31 364 56 65
Binary 1010111 1010000 10111110 110110 111010 0 11001 11110100 101110 110101

Color Harmonies of #5750BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5750BE

Black with #5750BE

Text Example


Text Example

White with #5750BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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