Html Css Color HEX #575EDD Slate Blue

📋 copy color: '#575EDD'

red 87 ◦ green 94 ◦ blue 221

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

Shades of Slate Blue #575EDD

Tints of Slate Blue #575EDD

RGB

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

 GREEN value IS 94 (37.11% from 255) = 23.38%

 BLUE value IS 221 (86.72% from 255) = 54.98%

R = 21.64%
G = 23.38%
B = 54.98%

CMYK

 C value IS 0.61

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#575EDD (or 0x575EDD) is known color: Slate Blue. HEX triplet: 57, 5E and DD. RGB value is (87,94,221). Sum of RGB (Red+Green+Blue) = 87+94+221=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 94 (37.11% from 255 or 23.38% from 402); Blue value is 221 (86.72% from 255 or 54.98% from 402); Max value from RGB is 221 - color contains mainly: blue. Hex color #575EDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EDD is #A8A122. Grayscale: #696969. Windows color (decimal): -11051299 or 14507607. OLE color: 14507607.

HSL color Cylindrical-coordinate representation of color #575EDD: hue angle of 236.87º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575EDD is Cyan = 0.61, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 94 221 -
CMYK 0.61 0.57 0 0.13
HSL 236.87º 0.66% 0.6% -
HSV(B) 236.87º 0.61% 0.87% -
XYZ 20.98 15.25 70.24 -
YUV 106.39 192.68 114.17 -
System Red Green Blue C M Y K H S L
Decimal 87 94 221 0.61 0.57 0 0.13 236.87 0.66 0.6
Hex 57 5E DD 3D 39 0 D ED 42 3C
Octal 127 136 335 75 71 0 15 355 102 74
Binary 1010111 1011110 11011101 111101 111001 0 1101 11101101 1000010 111100

Color Harmonies of #575EDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575EDD

Black with #575EDD

Text Example


Text Example

White with #575EDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #575EDD; }

 p { color: rgb(87,94,221); }

 H1.HeaderClassName
 {
   color: #575EDD;
 }
 .AnyTagClassName
 {
   color: #575EDD;
 }
</style>

background-color css

<style>
 a { background-color: #575EDD; }

 a { background-color: rgb(87,94,221); }

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

border-color css

<style>
 span { border-color: #575EDD; }

 span { border-color: rgb(87,94,221); }

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