Html Css Color HEX #574DC7 Slate Blue

📋 copy color: '#574DC7'

red 87 ◦ green 77 ◦ blue 199

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

Shades of Slate Blue #574DC7

Tints of Slate Blue #574DC7

RGB

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

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

 BLUE value IS 199 (78.13% from 255) = 54.82%

R = 23.97%
G = 21.21%
B = 54.82%

CMYK

 C value IS 0.56

 M value IS 0.61

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#574DC7 (or 0x574DC7) is known color: Slate Blue. HEX triplet: 57, 4D and C7. RGB value is (87,77,199). Sum of RGB (Red+Green+Blue) = 87+77+199=363 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.97% from 363); Green value is 77 (30.47% from 255 or 21.21% from 363); Blue value is 199 (78.12% from 255 or 54.82% from 363); Max value from RGB is 199 - color contains mainly: blue. Hex color #574DC7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DC7 is #A8B238. Grayscale: #5D5D5D. Windows color (decimal): -11055673 or 13061463. OLE color: 13061463.

HSL color Cylindrical-coordinate representation of color #574DC7: hue angle of 244.92º degrees, saturation: 0.52, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #574DC7 is Cyan = 0.56, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 87 77 199 -
CMYK 0.56 0.61 0 0.22
HSL 244.92º 0.52% 0.54% -
HSV(B) 244.92º 0.61% 0.78% -
XYZ 16.89 11.46 55.35 -
YUV 93.9 187.31 123.08 -
System Red Green Blue C M Y K H S L
Decimal 87 77 199 0.56 0.61 0 0.22 244.92 0.52 0.54
Hex 57 4D C7 38 3D 0 16 F5 34 36
Octal 127 115 307 70 75 0 26 365 64 66
Binary 1010111 1001101 11000111 111000 111101 0 10110 11110101 110100 110110

Color Harmonies of #574DC7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DC7

Black with #574DC7

Text Example


Text Example

White with #574DC7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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