Html Css Color HEX #5749BF Rich Blue

📋 copy color: '#5749BF'

red 87 ◦ green 73 ◦ blue 191

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

Shades of Rich Blue #5749BF

Tints of Rich Blue #5749BF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.8%

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

R = 24.79%
G = 20.8%
B = 54.42%

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

#5749BF (or 0x5749BF) is known color: Rich Blue. HEX triplet: 57, 49 and BF. RGB value is (87,73,191). Sum of RGB (Red+Green+Blue) = 87+73+191=351 (46% of max value = 765). Red value is 87 (34.38% from 255 or 24.79% from 351); Green value is 73 (28.91% from 255 or 20.80% from 351); Blue value is 191 (75% from 255 or 54.42% from 351); Max value from RGB is 191 - color contains mainly: blue. Hex color #5749BF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5749BF is #A8B640. Grayscale: #5A5A5A. Windows color (decimal): -11056705 or 12536151. OLE color: 12536151.

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

Color convert

RGB 87 73 191 -
CMYK 0.54 0.62 0 0.25
HSL 247.12º 0.48% 0.52% -
HSV(B) 247.12º 0.62% 0.75% -
XYZ 15.72 10.55 50.5 -
YUV 90.64 184.64 125.41 -
System Red Green Blue C M Y K H S L
Decimal 87 73 191 0.54 0.62 0 0.25 247.12 0.48 0.52
Hex 57 49 BF 36 3E 0 19 F7 30 34
Octal 127 111 277 66 76 0 31 367 60 64
Binary 1010111 1001001 10111111 110110 111110 0 11001 11110111 110000 110100

Color Harmonies of #5749BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5749BF

Black with #5749BF

Text Example


Text Example

White with #5749BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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