Html Css Color HEX #574ADE Slate Blue

📋 copy color: '#574ADE'

red 87 ◦ green 74 ◦ blue 222

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

Shades of Slate Blue #574ADE

Tints of Slate Blue #574ADE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 57.96%

R = 22.72%
G = 19.32%
B = 57.96%

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

#574ADE (or 0x574ADE) is known color: Slate Blue. HEX triplet: 57, 4A and DE. RGB value is (87,74,222). Sum of RGB (Red+Green+Blue) = 87+74+222=383 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.72% from 383); Green value is 74 (29.30% from 255 or 19.32% from 383); Blue value is 222 (87.11% from 255 or 57.96% from 383); Max value from RGB is 222 - color contains mainly: blue. Hex color #574ADE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574ADE is #A8B521. Grayscale: #5E5E5E. Windows color (decimal): -11056418 or 14568023. OLE color: 14568023.

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

Color convert

RGB 87 74 222 -
CMYK 0.61 0.67 0 0.13
HSL 245.27º 0.69% 0.58% -
HSV(B) 245.27º 0.67% 0.87% -
XYZ 19.56 12.2 70.43 -
YUV 94.76 199.81 122.47 -
System Red Green Blue C M Y K H S L
Decimal 87 74 222 0.61 0.67 0 0.13 245.27 0.69 0.58
Hex 57 4A DE 3D 43 0 D F5 45 3A
Octal 127 112 336 75 103 0 15 365 105 72
Binary 1010111 1001010 11011110 111101 1000011 0 1101 11110101 1000101 111010

Color Harmonies of #574ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574ADE

Black with #574ADE

Text Example


Text Example

White with #574ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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