Html Css Color HEX #575DDD Slate Blue

📋 copy color: '#575DDD'

red 87 ◦ green 93 ◦ blue 221

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

Shades of Slate Blue #575DDD

Tints of Slate Blue #575DDD

RGB

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

 GREEN value IS 93 (36.72% from 255) = 23.19%

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

R = 21.7%
G = 23.19%
B = 55.11%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#575DDD (or 0x575DDD) is known color: Slate Blue. HEX triplet: 57, 5D and DD. RGB value is (87,93,221). Sum of RGB (Red+Green+Blue) = 87+93+221=401 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.70% from 401); Green value is 93 (36.72% from 255 or 23.19% from 401); Blue value is 221 (86.72% from 255 or 55.11% from 401); Max value from RGB is 221 - color contains mainly: blue. Hex color #575DDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DDD is #A8A222. Grayscale: #696969. Windows color (decimal): -11051555 or 14507351. OLE color: 14507351.

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

Color convert

RGB 87 93 221 -
CMYK 0.61 0.58 0 0.13
HSL 237.31º 0.66% 0.6% -
HSV(B) 237.31º 0.61% 0.87% -
XYZ 20.9 15.08 70.22 -
YUV 105.8 193.01 114.59 -
System Red Green Blue C M Y K H S L
Decimal 87 93 221 0.61 0.58 0 0.13 237.31 0.66 0.6
Hex 57 5D DD 3D 3A 0 D ED 42 3C
Octal 127 135 335 75 72 0 15 355 102 74
Binary 1010111 1011101 11011101 111101 111010 0 1101 11101101 1000010 111100

Color Harmonies of #575DDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DDD

Black with #575DDD

Text Example


Text Example

White with #575DDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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