Html Css Color HEX #574ECB Slate Blue

📋 copy color: '#574ECB'

red 87 ◦ green 78 ◦ blue 203

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

Shades of Slate Blue #574ECB

Tints of Slate Blue #574ECB

RGB

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

 GREEN value IS 78 (30.86% from 255) = 21.2%

 BLUE value IS 203 (79.69% from 255) = 55.16%

R = 23.64%
G = 21.2%
B = 55.16%

CMYK

 C value IS 0.57

 M value IS 0.62

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#574ECB (or 0x574ECB) is known color: Slate Blue. HEX triplet: 57, 4E and CB. RGB value is (87,78,203). Sum of RGB (Red+Green+Blue) = 87+78+203=368 (48% of max value = 765). Red value is 87 (34.38% from 255 or 23.64% from 368); Green value is 78 (30.86% from 255 or 21.20% from 368); Blue value is 203 (79.69% from 255 or 55.16% from 368); Max value from RGB is 203 - color contains mainly: blue. Hex color #574ECB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #574ECB is #A8B134. Grayscale: #5E5E5E. Windows color (decimal): -11055413 or 13323863. OLE color: 13323863.

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

Color convert

RGB 87 78 203 -
CMYK 0.57 0.62 0 0.20
HSL 244.32º 0.55% 0.55% -
HSV(B) 244.32º 0.62% 0.8% -
XYZ 17.43 11.79 57.86 -
YUV 94.94 188.98 122.34 -
System Red Green Blue C M Y K H S L
Decimal 87 78 203 0.57 0.62 0 0.20 244.32 0.55 0.55
Hex 57 4E CB 39 3E 0 14 F4 37 37
Octal 127 116 313 71 76 0 24 364 67 67
Binary 1010111 1001110 11001011 111001 111110 0 10100 11110100 110111 110111

Color Harmonies of #574ECB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #574ECB

Black with #574ECB

Text Example


Text Example

White with #574ECB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,78,203); }

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

background-color css

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

 a { background-color: rgb(87,78,203); }

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

border-color css

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

 span { border-color: rgb(87,78,203); }

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