Html Css Color HEX #574DDF Slate Blue

📋 copy color: '#574DDF'

red 87 ◦ green 77 ◦ blue 223

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

Shades of Slate Blue #574DDF

Tints of Slate Blue #574DDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 57.62%

R = 22.48%
G = 19.9%
B = 57.62%

CMYK

 C value IS 0.61

 M value IS 0.65

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#574DDF (or 0x574DDF) is known color: Slate Blue. HEX triplet: 57, 4D and DF. RGB value is (87,77,223). Sum of RGB (Red+Green+Blue) = 87+77+223=387 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.48% from 387); Green value is 77 (30.47% from 255 or 19.90% from 387); Blue value is 223 (87.5% from 255 or 57.62% from 387); Max value from RGB is 223 - color contains mainly: blue. Hex color #574DDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574DDF is #A8B220. Grayscale: #606060. Windows color (decimal): -11055649 or 14634327. OLE color: 14634327.

HSL color Cylindrical-coordinate representation of color #574DDF: hue angle of 244.11º degrees, saturation: 0.7, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #574DDF is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 77 223 -
CMYK 0.61 0.65 0 0.13
HSL 244.11º 0.7% 0.59% -
HSV(B) 244.11º 0.65% 0.87% -
XYZ 19.9 12.66 71.21 -
YUV 96.63 199.31 121.13 -
System Red Green Blue C M Y K H S L
Decimal 87 77 223 0.61 0.65 0 0.13 244.11 0.7 0.59
Hex 57 4D DF 3D 41 0 D F4 46 3B
Octal 127 115 337 75 101 0 15 364 106 73
Binary 1010111 1001101 11011111 111101 1000001 0 1101 11110100 1000110 111011

Color Harmonies of #574DDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574DDF

Black with #574DDF

Text Example


Text Example

White with #574DDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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