Html Css Color HEX #575EDA Slate Blue

📋 copy color: '#575EDA'

red 87 ◦ green 94 ◦ blue 218

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

Shades of Slate Blue #575EDA

Tints of Slate Blue #575EDA

RGB

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

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

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

R = 21.8%
G = 23.56%
B = 54.64%

CMYK

 C value IS 0.60

 M value IS 0.57

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#575EDA (or 0x575EDA) is known color: Slate Blue. HEX triplet: 57, 5E and DA. RGB value is (87,94,218). Sum of RGB (Red+Green+Blue) = 87+94+218=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 94 (37.11% from 255 or 23.56% from 399); Blue value is 218 (85.55% from 255 or 54.64% from 399); Max value from RGB is 218 - color contains mainly: blue. Hex color #575EDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575EDA is #A8A125. Grayscale: #696969. Windows color (decimal): -11051302 or 14310999. OLE color: 14310999.

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

Color convert

RGB 87 94 218 -
CMYK 0.60 0.57 0 0.15
HSL 236.79º 0.64% 0.6% -
HSV(B) 236.79º 0.6% 0.85% -
XYZ 20.59 15.09 68.16 -
YUV 106.04 191.18 114.42 -
System Red Green Blue C M Y K H S L
Decimal 87 94 218 0.60 0.57 0 0.15 236.79 0.64 0.6
Hex 57 5E DA 3C 39 0 F ED 40 3C
Octal 127 136 332 74 71 0 17 355 100 74
Binary 1010111 1011110 11011010 111100 111001 0 1111 11101101 1000000 111100

Color Harmonies of #575EDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575EDA

Black with #575EDA

Text Example


Text Example

White with #575EDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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