Html Css Color HEX #574BDA Slate Blue

📋 copy color: '#574BDA'

red 87 ◦ green 75 ◦ blue 218

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

Shades of Slate Blue #574BDA

Tints of Slate Blue #574BDA

RGB

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

 GREEN value IS 75 (29.69% from 255) = 19.74%

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

R = 22.89%
G = 19.74%
B = 57.37%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#574BDA (or 0x574BDA) is known color: Slate Blue. HEX triplet: 57, 4B and DA. RGB value is (87,75,218). Sum of RGB (Red+Green+Blue) = 87+75+218=380 (50% of max value = 765). Red value is 87 (34.38% from 255 or 22.89% from 380); Green value is 75 (29.69% from 255 or 19.74% from 380); Blue value is 218 (85.55% from 255 or 57.37% from 380); Max value from RGB is 218 - color contains mainly: blue. Hex color #574BDA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BDA is #A8B425. Grayscale: #5E5E5E. Windows color (decimal): -11056166 or 14306135. OLE color: 14306135.

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

Color convert

RGB 87 75 218 -
CMYK 0.60 0.66 0 0.15
HSL 245.04º 0.66% 0.57% -
HSV(B) 245.04º 0.66% 0.85% -
XYZ 19.1 12.12 67.66 -
YUV 94.89 197.48 122.37 -
System Red Green Blue C M Y K H S L
Decimal 87 75 218 0.60 0.66 0 0.15 245.04 0.66 0.57
Hex 57 4B DA 3C 42 0 F F5 42 39
Octal 127 113 332 74 102 0 17 365 102 71
Binary 1010111 1001011 11011010 111100 1000010 0 1111 11110101 1000010 111001

Color Harmonies of #574BDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574BDA

Black with #574BDA

Text Example


Text Example

White with #574BDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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