Html Css Color HEX #574CCE Slate Blue

📋 copy color: '#574CCE'

red 87 ◦ green 76 ◦ blue 206

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

Shades of Slate Blue #574CCE

Tints of Slate Blue #574CCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 55.83%

R = 23.58%
G = 20.6%
B = 55.83%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#574CCE (or 0x574CCE) is known color: Slate Blue. HEX triplet: 57, 4C and CE. RGB value is (87,76,206). Sum of RGB (Red+Green+Blue) = 87+76+206=369 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.58% from 369); Green value is 76 (30.08% from 255 or 20.60% from 369); Blue value is 206 (80.86% from 255 or 55.83% from 369); Max value from RGB is 206 - color contains mainly: blue. Hex color #574CCE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #574CCE is #A8B331. Grayscale: #5D5D5D. Windows color (decimal): -11055922 or 13519959. OLE color: 13519959.

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

Color convert

RGB 87 76 206 -
CMYK 0.58 0.63 0 0.19
HSL 245.08º 0.57% 0.55% -
HSV(B) 245.08º 0.63% 0.81% -
XYZ 17.66 11.65 59.71 -
YUV 94.11 191.14 122.93 -
System Red Green Blue C M Y K H S L
Decimal 87 76 206 0.58 0.63 0 0.19 245.08 0.57 0.55
Hex 57 4C CE 3A 3F 0 13 F5 39 37
Octal 127 114 316 72 77 0 23 365 71 67
Binary 1010111 1001100 11001110 111010 111111 0 10011 11110101 111001 110111

Color Harmonies of #574CCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574CCE

Black with #574CCE

Text Example


Text Example

White with #574CCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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