Html Css Color HEX #574DC1 Rich Blue

📋 copy color: '#574DC1'

red 87 ◦ green 77 ◦ blue 193

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

Shades of Rich Blue #574DC1

Tints of Rich Blue #574DC1

RGB

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

 GREEN value IS 77 (30.47% from 255) = 21.57%

 BLUE value IS 193 (75.78% from 255) = 54.06%

R = 24.37%
G = 21.57%
B = 54.06%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#574DC1 (or 0x574DC1) is known color: Rich Blue. HEX triplet: 57, 4D and C1. RGB value is (87,77,193). Sum of RGB (Red+Green+Blue) = 87+77+193=357 (47% of max value = 765). Red value is 87 (34.38% from 255 or 24.37% from 357); Green value is 77 (30.47% from 255 or 21.57% from 357); Blue value is 193 (75.78% from 255 or 54.06% from 357); Max value from RGB is 193 - color contains mainly: blue. Hex color #574DC1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DC1 is #A8B23E. Grayscale: #5C5C5C. Windows color (decimal): -11055679 or 12668247. OLE color: 12668247.

HSL color Cylindrical-coordinate representation of color #574DC1: hue angle of 245.17º degrees, saturation: 0.48, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #574DC1 is Cyan = 0.55, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 87 77 193 -
CMYK 0.55 0.60 0 0.24
HSL 245.17º 0.48% 0.53% -
HSV(B) 245.17º 0.6% 0.76% -
XYZ 16.21 11.18 51.76 -
YUV 93.21 184.31 123.57 -
System Red Green Blue C M Y K H S L
Decimal 87 77 193 0.55 0.60 0 0.24 245.17 0.48 0.53
Hex 57 4D C1 37 3C 0 18 F5 30 35
Octal 127 115 301 67 74 0 30 365 60 65
Binary 1010111 1001101 11000001 110111 111100 0 11000 11110101 110000 110101

Color Harmonies of #574DC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DC1

Black with #574DC1

Text Example


Text Example

White with #574DC1

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #574DC1; }

 p { color: rgb(87,77,193); }

 H1.HeaderClassName
 {
   color: #574DC1;
 }
 .AnyTagClassName
 {
   color: #574DC1;
 }
</style>

background-color css

<style>
 a { background-color: #574DC1; }

 a { background-color: rgb(87,77,193); }

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

border-color css

<style>
 span { border-color: #574DC1; }

 span { border-color: rgb(87,77,193); }

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