Html Css Color HEX #574DD6 Slate Blue

📋 copy color: '#574DD6'

red 87 ◦ green 77 ◦ blue 214

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

Shades of Slate Blue #574DD6

Tints of Slate Blue #574DD6

RGB

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

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

 BLUE value IS 214 (83.98% from 255) = 56.61%

R = 23.02%
G = 20.37%
B = 56.61%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#574DD6 (or 0x574DD6) is known color: Slate Blue. HEX triplet: 57, 4D and D6. RGB value is (87,77,214). Sum of RGB (Red+Green+Blue) = 87+77+214=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 77 (30.47% from 255 or 20.37% from 378); Blue value is 214 (83.98% from 255 or 56.61% from 378); Max value from RGB is 214 - color contains mainly: blue. Hex color #574DD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DD6 is #A8B229. Grayscale: #5F5F5F. Windows color (decimal): -11055658 or 14044503. OLE color: 14044503.

HSL color Cylindrical-coordinate representation of color #574DD6: hue angle of 244.38º degrees, saturation: 0.63, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #574DD6 is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 87 77 214 -
CMYK 0.59 0.64 0 0.16
HSL 244.38º 0.63% 0.57% -
HSV(B) 244.38º 0.64% 0.84% -
XYZ 18.72 12.19 64.98 -
YUV 95.61 194.81 121.86 -
System Red Green Blue C M Y K H S L
Decimal 87 77 214 0.59 0.64 0 0.16 244.38 0.63 0.57
Hex 57 4D D6 3B 40 0 10 F4 3F 39
Octal 127 115 326 73 100 0 20 364 77 71
Binary 1010111 1001101 11010110 111011 1000000 0 10000 11110100 111111 111001

Color Harmonies of #574DD6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DD6

Black with #574DD6

Text Example


Text Example

White with #574DD6

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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