Html Css Color HEX #575ADF Slate Blue

📋 copy color: '#575ADF'

red 87 ◦ green 90 ◦ blue 223

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

Shades of Slate Blue #575ADF

Tints of Slate Blue #575ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.75%

R = 21.75%
G = 22.5%
B = 55.75%

CMYK

 C value IS 0.61

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#575ADF (or 0x575ADF) is known color: Slate Blue. HEX triplet: 57, 5A and DF. RGB value is (87,90,223). Sum of RGB (Red+Green+Blue) = 87+90+223=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 90 (35.55% from 255 or 22.5% from 400); Blue value is 223 (87.5% from 255 or 55.75% from 400); Max value from RGB is 223 - color contains mainly: blue. Hex color #575ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575ADF is #A8A520. Grayscale: #676767. Windows color (decimal): -11052321 or 14637655. OLE color: 14637655.

HSL color Cylindrical-coordinate representation of color #575ADF: hue angle of 238.68º degrees, saturation: 0.68, 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 #575ADF is Cyan = 0.61, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 87 90 223 -
CMYK 0.61 0.60 0 0.13
HSL 238.68º 0.68% 0.61% -
HSV(B) 238.68º 0.61% 0.87% -
XYZ 20.91 14.67 71.54 -
YUV 104.27 195.01 115.69 -
System Red Green Blue C M Y K H S L
Decimal 87 90 223 0.61 0.60 0 0.13 238.68 0.68 0.61
Hex 57 5A DF 3D 3C 0 D EF 44 3D
Octal 127 132 337 75 74 0 15 357 104 75
Binary 1010111 1011010 11011111 111101 111100 0 1101 11101111 1000100 111101

Color Harmonies of #575ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575ADF

Black with #575ADF

Text Example


Text Example

White with #575ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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