Html Css Color HEX #574ADF Slate Blue

📋 copy color: '#574ADF'

red 87 ◦ green 74 ◦ blue 223

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

Shades of Slate Blue #574ADF

Tints of Slate Blue #574ADF

RGB

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

 GREEN value IS 74 (29.3% from 255) = 19.27%

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

R = 22.66%
G = 19.27%
B = 58.07%

CMYK

 C value IS 0.61

 M value IS 0.67

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#574ADF (or 0x574ADF) is known color: Slate Blue. HEX triplet: 57, 4A and DF. RGB value is (87,74,223). Sum of RGB (Red+Green+Blue) = 87+74+223=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 74 (29.30% from 255 or 19.27% from 384); Blue value is 223 (87.5% from 255 or 58.07% from 384); Max value from RGB is 223 - color contains mainly: blue. Hex color #574ADF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574ADF is #A8B520. Grayscale: #5E5E5E. Windows color (decimal): -11056417 or 14633559. OLE color: 14633559.

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

Color convert

RGB 87 74 223 -
CMYK 0.61 0.67 0 0.13
HSL 245.23º 0.7% 0.58% -
HSV(B) 245.23º 0.67% 0.87% -
XYZ 19.7 12.25 71.14 -
YUV 94.87 200.31 122.38 -
System Red Green Blue C M Y K H S L
Decimal 87 74 223 0.61 0.67 0 0.13 245.23 0.7 0.58
Hex 57 4A DF 3D 43 0 D F5 46 3A
Octal 127 112 337 75 103 0 15 365 106 72
Binary 1010111 1001010 11011111 111101 1000011 0 1101 11110101 1000110 111010

Color Harmonies of #574ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574ADF

Black with #574ADF

Text Example


Text Example

White with #574ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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