Html Css Color HEX #574FDA Slate Blue

📋 copy color: '#574FDA'

red 87 ◦ green 79 ◦ blue 218

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

Shades of Slate Blue #574FDA

Tints of Slate Blue #574FDA

RGB

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

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

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

R = 22.66%
G = 20.57%
B = 56.77%

CMYK

 C value IS 0.60

 M value IS 0.64

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#574FDA (or 0x574FDA) is known color: Slate Blue. HEX triplet: 57, 4F and DA. RGB value is (87,79,218). Sum of RGB (Red+Green+Blue) = 87+79+218=384 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.66% from 384); Green value is 79 (31.25% from 255 or 20.57% from 384); Blue value is 218 (85.55% from 255 or 56.77% from 384); Max value from RGB is 218 - color contains mainly: blue. Hex color #574FDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574FDA is #A8B025. Grayscale: #606060. Windows color (decimal): -11055142 or 14307159. OLE color: 14307159.

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

Color convert

RGB 87 79 218 -
CMYK 0.60 0.64 0 0.15
HSL 243.45º 0.65% 0.58% -
HSV(B) 243.45º 0.64% 0.85% -
XYZ 19.38 12.68 67.76 -
YUV 97.24 196.15 120.7 -
System Red Green Blue C M Y K H S L
Decimal 87 79 218 0.60 0.64 0 0.15 243.45 0.65 0.58
Hex 57 4F DA 3C 40 0 F F3 41 3A
Octal 127 117 332 74 100 0 17 363 101 72
Binary 1010111 1001111 11011010 111100 1000000 0 1111 11110011 1000001 111010

Color Harmonies of #574FDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574FDA

Black with #574FDA

Text Example


Text Example

White with #574FDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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