Html Css Color HEX #5748BE Rich Blue

📋 copy color: '#5748BE'

red 87 ◦ green 72 ◦ blue 190

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

Shades of Rich Blue #5748BE

Tints of Rich Blue #5748BE

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.63%

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

R = 24.93%
G = 20.63%
B = 54.44%

CMYK

 C value IS 0.54

 M value IS 0.62

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#5748BE (or 0x5748BE) is known color: Rich Blue. HEX triplet: 57, 48 and BE. RGB value is (87,72,190). Sum of RGB (Red+Green+Blue) = 87+72+190=349 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.93% from 349); Green value is 72 (28.52% from 255 or 20.63% from 349); Blue value is 190 (74.61% from 255 or 54.44% from 349); Max value from RGB is 190 - color contains mainly: blue. Hex color #5748BE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5748BE is #A8B741. Grayscale: #595959. Windows color (decimal): -11056962 or 12470359. OLE color: 12470359.

HSL color Cylindrical-coordinate representation of color #5748BE: hue angle of 247.63º degrees, saturation: 0.48, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #5748BE is Cyan = 0.54, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 87 72 190 -
CMYK 0.54 0.62 0 0.25
HSL 247.63º 0.48% 0.51% -
HSV(B) 247.63º 0.62% 0.75% -
XYZ 15.54 10.38 49.9 -
YUV 89.94 184.47 125.91 -
System Red Green Blue C M Y K H S L
Decimal 87 72 190 0.54 0.62 0 0.25 247.63 0.48 0.51
Hex 57 48 BE 36 3E 0 19 F8 30 33
Octal 127 110 276 66 76 0 31 370 60 63
Binary 1010111 1001000 10111110 110110 111110 0 11001 11111000 110000 110011

Color Harmonies of #5748BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5748BE

Black with #5748BE

Text Example


Text Example

White with #5748BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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