Html Css Color HEX #574BCD Slate Blue

📋 copy color: '#574BCD'

red 87 ◦ green 75 ◦ blue 205

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

Shades of Slate Blue #574BCD

Tints of Slate Blue #574BCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 55.86%

R = 23.71%
G = 20.44%
B = 55.86%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#574BCD (or 0x574BCD) is known color: Slate Blue. HEX triplet: 57, 4B and CD. RGB value is (87,75,205). Sum of RGB (Red+Green+Blue) = 87+75+205=367 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.71% from 367); Green value is 75 (29.69% from 255 or 20.44% from 367); Blue value is 205 (80.47% from 255 or 55.86% from 367); Max value from RGB is 205 - color contains mainly: blue. Hex color #574BCD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574BCD is #A8B432. Grayscale: #5C5C5C. Windows color (decimal): -11056179 or 13454167. OLE color: 13454167.

HSL color Cylindrical-coordinate representation of color #574BCD: hue angle of 245.54º degrees, saturation: 0.57, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #574BCD is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 87 75 205 -
CMYK 0.58 0.63 0 0.20
HSL 245.54º 0.57% 0.55% -
HSV(B) 245.54º 0.63% 0.8% -
XYZ 17.47 11.47 59.05 -
YUV 93.41 190.98 123.43 -
System Red Green Blue C M Y K H S L
Decimal 87 75 205 0.58 0.63 0 0.20 245.54 0.57 0.55
Hex 57 4B CD 3A 3F 0 14 F6 39 37
Octal 127 113 315 72 77 0 24 366 71 67
Binary 1010111 1001011 11001101 111010 111111 0 10100 11110110 111001 110111

Color Harmonies of #574BCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574BCD

Black with #574BCD

Text Example


Text Example

White with #574BCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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