Html Css Color HEX #574FDF Slate Blue

📋 copy color: '#574FDF'

red 87 ◦ green 79 ◦ blue 223

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

Shades of Slate Blue #574FDF

Tints of Slate Blue #574FDF

RGB

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

 GREEN value IS 79 (31.25% from 255) = 20.31%

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

R = 22.37%
G = 20.31%
B = 57.33%

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

#574FDF (or 0x574FDF) is known color: Slate Blue. HEX triplet: 57, 4F and DF. RGB value is (87,79,223). Sum of RGB (Red+Green+Blue) = 87+79+223=389 (51% of max value = 765). Red value is 87 (34.38% from 255 or 22.37% from 389); Green value is 79 (31.25% from 255 or 20.31% from 389); Blue value is 223 (87.5% from 255 or 57.33% from 389); Max value from RGB is 223 - color contains mainly: blue. Hex color #574FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574FDF is #A8B020. Grayscale: #616161. Windows color (decimal): -11055137 or 14634839. OLE color: 14634839.

HSL color Cylindrical-coordinate representation of color #574FDF: hue angle of 243.33º degrees, saturation: 0.69, 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 #574FDF is Cyan = 0.61, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 79 223 -
CMYK 0.61 0.65 0 0.13
HSL 243.33º 0.69% 0.59% -
HSV(B) 243.33º 0.65% 0.87% -
XYZ 20.05 12.95 71.25 -
YUV 97.81 198.65 120.29 -
System Red Green Blue C M Y K H S L
Decimal 87 79 223 0.61 0.65 0 0.13 243.33 0.69 0.59
Hex 57 4F DF 3D 41 0 D F3 45 3B
Octal 127 117 337 75 101 0 15 363 105 73
Binary 1010111 1001111 11011111 111101 1000001 0 1101 11110011 1000101 111011

Color Harmonies of #574FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FDF

Black with #574FDF

Text Example


Text Example

White with #574FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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