Html Css Color HEX #5749B4 Rich Blue

📋 copy color: '#5749B4'

red 87 ◦ green 73 ◦ blue 180

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

Shades of Rich Blue #5749B4

Tints of Rich Blue #5749B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 52.94%

R = 25.59%
G = 21.47%
B = 52.94%

CMYK

 C value IS 0.52

 M value IS 0.59

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#5749B4 (or 0x5749B4) is known color: Rich Blue. HEX triplet: 57, 49 and B4. RGB value is (87,73,180). Sum of RGB (Red+Green+Blue) = 87+73+180=340 (45% of max value = 765). Red value is 87 (34.38% from 255 or 25.59% from 340); Green value is 73 (28.91% from 255 or 21.47% from 340); Blue value is 180 (70.70% from 255 or 52.94% from 340); Max value from RGB is 180 - color contains mainly: blue. Hex color #5749B4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5749B4 is #A8B64B. Grayscale: #585858. Windows color (decimal): -11056716 or 11815255. OLE color: 11815255.

HSL color Cylindrical-coordinate representation of color #5749B4: hue angle of 247.85º degrees, saturation: 0.42, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5749B4 is Cyan = 0.52, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 87 73 180 -
CMYK 0.52 0.59 0 0.29
HSL 247.85º 0.42% 0.5% -
HSV(B) 247.85º 0.59% 0.71% -
XYZ 14.55 10.09 44.36 -
YUV 89.38 179.14 126.3 -
System Red Green Blue C M Y K H S L
Decimal 87 73 180 0.52 0.59 0 0.29 247.85 0.42 0.5
Hex 57 49 B4 34 3B 0 1D F8 2A 32
Octal 127 111 264 64 73 0 35 370 52 62
Binary 1010111 1001001 10110100 110100 111011 0 11101 11111000 101010 110010

Color Harmonies of #5749B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5749B4

Black with #5749B4

Text Example


Text Example

White with #5749B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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