Html Css Color HEX #575ADE Slate Blue

📋 copy color: '#575ADE'

red 87 ◦ green 90 ◦ blue 222

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

Shades of Slate Blue #575ADE

Tints of Slate Blue #575ADE

RGB

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

 GREEN value IS 90 (35.55% from 255) = 22.56%

 BLUE value IS 222 (87.11% from 255) = 55.64%

R = 21.8%
G = 22.56%
B = 55.64%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#575ADE (or 0x575ADE) is known color: Slate Blue. HEX triplet: 57, 5A and DE. RGB value is (87,90,222). Sum of RGB (Red+Green+Blue) = 87+90+222=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 90 (35.55% from 255 or 22.56% from 399); Blue value is 222 (87.11% from 255 or 55.64% from 399); Max value from RGB is 222 - color contains mainly: blue. Hex color #575ADE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ADE is #A8A521. Grayscale: #676767. Windows color (decimal): -11052322 or 14572119. OLE color: 14572119.

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

Color convert

RGB 87 90 222 -
CMYK 0.61 0.59 0 0.13
HSL 238.67º 0.67% 0.61% -
HSV(B) 238.67º 0.61% 0.87% -
XYZ 20.77 14.61 70.83 -
YUV 104.15 194.51 115.77 -
System Red Green Blue C M Y K H S L
Decimal 87 90 222 0.61 0.59 0 0.13 238.67 0.67 0.61
Hex 57 5A DE 3D 3B 0 D EF 43 3D
Octal 127 132 336 75 73 0 15 357 103 75
Binary 1010111 1011010 11011110 111101 111011 0 1101 11101111 1000011 111101

Color Harmonies of #575ADE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575ADE

Black with #575ADE

Text Example


Text Example

White with #575ADE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(87,90,222); }

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

background-color css

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

 a { background-color: rgb(87,90,222); }

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

border-color css

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

 span { border-color: rgb(87,90,222); }

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