Html Css Color HEX #5749BC Rich Blue

📋 copy color: '#5749BC'

red 87 ◦ green 73 ◦ blue 188

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

Shades of Rich Blue #5749BC

Tints of Rich Blue #5749BC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 54.02%

R = 25%
G = 20.98%
B = 54.02%

CMYK

 C value IS 0.54

 M value IS 0.61

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5749BC (or 0x5749BC) is known color: Rich Blue. HEX triplet: 57, 49 and BC. RGB value is (87,73,188). Sum of RGB (Red+Green+Blue) = 87+73+188=348 (46% of max value = 765). Red value is 87 (34.38% from 255 or 25% from 348); Green value is 73 (28.91% from 255 or 20.98% from 348); Blue value is 188 (73.83% from 255 or 54.02% from 348); Max value from RGB is 188 - color contains mainly: blue. Hex color #5749BC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5749BC is #A8B643. Grayscale: #595959. Windows color (decimal): -11056708 or 12339543. OLE color: 12339543.

HSL color Cylindrical-coordinate representation of color #5749BC: hue angle of 247.3º degrees, saturation: 0.46, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5749BC is Cyan = 0.54, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 87 73 188 -
CMYK 0.54 0.61 0 0.26
HSL 247.3º 0.46% 0.51% -
HSV(B) 247.3º 0.61% 0.74% -
XYZ 15.39 10.42 48.78 -
YUV 90.3 183.14 125.65 -
System Red Green Blue C M Y K H S L
Decimal 87 73 188 0.54 0.61 0 0.26 247.3 0.46 0.51
Hex 57 49 BC 36 3D 0 1A F7 2E 33
Octal 127 111 274 66 75 0 32 367 56 63
Binary 1010111 1001001 10111100 110110 111101 0 11010 11110111 101110 110011

Color Harmonies of #5749BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5749BC

Black with #5749BC

Text Example


Text Example

White with #5749BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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