Html Css Color HEX #574CDA Slate Blue

📋 copy color: '#574CDA'

red 87 ◦ green 76 ◦ blue 218

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

Shades of Slate Blue #574CDA

Tints of Slate Blue #574CDA

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19.95%

 BLUE value IS 218 (85.55% from 255) = 57.22%

R = 22.83%
G = 19.95%
B = 57.22%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#574CDA (or 0x574CDA) is known color: Slate Blue. HEX triplet: 57, 4C and DA. RGB value is (87,76,218). Sum of RGB (Red+Green+Blue) = 87+76+218=381 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.83% from 381); Green value is 76 (30.08% from 255 or 19.95% from 381); Blue value is 218 (85.55% from 255 or 57.22% from 381); Max value from RGB is 218 - color contains mainly: blue. Hex color #574CDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CDA is #A8B325. Grayscale: #5E5E5E. Windows color (decimal): -11055910 or 14306391. OLE color: 14306391.

HSL color Cylindrical-coordinate representation of color #574CDA: hue angle of 244.65º degrees, saturation: 0.66, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #574CDA is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 87 76 218 -
CMYK 0.60 0.65 0 0.15
HSL 244.65º 0.66% 0.58% -
HSV(B) 244.65º 0.65% 0.85% -
XYZ 19.17 12.26 67.69 -
YUV 95.48 197.14 121.95 -
System Red Green Blue C M Y K H S L
Decimal 87 76 218 0.60 0.65 0 0.15 244.65 0.66 0.58
Hex 57 4C DA 3C 41 0 F F5 42 3A
Octal 127 114 332 74 101 0 17 365 102 72
Binary 1010111 1001100 11011010 111100 1000001 0 1111 11110101 1000010 111010

Color Harmonies of #574CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574CDA

Black with #574CDA

Text Example


Text Example

White with #574CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,76,218); }

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

background-color css

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

 a { background-color: rgb(87,76,218); }

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

border-color css

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

 span { border-color: rgb(87,76,218); }

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