Html Css Color HEX #575DDC Slate Blue

📋 copy color: '#575DDC'

red 87 ◦ green 93 ◦ blue 220

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

Shades of Slate Blue #575DDC

Tints of Slate Blue #575DDC

RGB

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

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

 BLUE value IS 220 (86.33% from 255) = 55%

R = 21.75%
G = 23.25%
B = 55%

CMYK

 C value IS 0.60

 M value IS 0.58

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#575DDC (or 0x575DDC) is known color: Slate Blue. HEX triplet: 57, 5D and DC. RGB value is (87,93,220). Sum of RGB (Red+Green+Blue) = 87+93+220=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 93 (36.72% from 255 or 23.25% from 400); Blue value is 220 (86.33% from 255 or 55% from 400); Max value from RGB is 220 - color contains mainly: blue. Hex color #575DDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575DDC is #A8A223. Grayscale: #696969. Windows color (decimal): -11051556 or 14441815. OLE color: 14441815.

HSL color Cylindrical-coordinate representation of color #575DDC: hue angle of 237.29º degrees, saturation: 0.66, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #575DDC is Cyan = 0.60, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 93 220 -
CMYK 0.60 0.58 0 0.14
HSL 237.29º 0.66% 0.6% -
HSV(B) 237.29º 0.6% 0.86% -
XYZ 20.76 15.02 69.52 -
YUV 105.68 192.51 114.67 -
System Red Green Blue C M Y K H S L
Decimal 87 93 220 0.60 0.58 0 0.14 237.29 0.66 0.6
Hex 57 5D DC 3C 3A 0 E ED 42 3C
Octal 127 135 334 74 72 0 16 355 102 74
Binary 1010111 1011101 11011100 111100 111010 0 1110 11101101 1000010 111100

Color Harmonies of #575DDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575DDC

Black with #575DDC

Text Example


Text Example

White with #575DDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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