Html Css Color HEX #575BDC Slate Blue

📋 copy color: '#575BDC'

red 87 ◦ green 91 ◦ blue 220

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

Shades of Slate Blue #575BDC

Tints of Slate Blue #575BDC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.86%

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

R = 21.86%
G = 22.86%
B = 55.28%

CMYK

 C value IS 0.60

 M value IS 0.59

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#575BDC (or 0x575BDC) is known color: Slate Blue. HEX triplet: 57, 5B and DC. RGB value is (87,91,220). Sum of RGB (Red+Green+Blue) = 87+91+220=398 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.86% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 220 (86.33% from 255 or 55.28% from 398); Max value from RGB is 220 - color contains mainly: blue. Hex color #575BDC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BDC is #A8A423. Grayscale: #676767. Windows color (decimal): -11052068 or 14441303. OLE color: 14441303.

HSL color Cylindrical-coordinate representation of color #575BDC: hue angle of 238.2º 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 #575BDC is Cyan = 0.60, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 87 91 220 -
CMYK 0.60 0.59 0 0.14
HSL 238.2º 0.66% 0.6% -
HSV(B) 238.2º 0.6% 0.86% -
XYZ 20.59 14.68 69.46 -
YUV 104.51 193.17 115.51 -
System Red Green Blue C M Y K H S L
Decimal 87 91 220 0.60 0.59 0 0.14 238.2 0.66 0.6
Hex 57 5B DC 3C 3B 0 E EE 42 3C
Octal 127 133 334 74 73 0 16 356 102 74
Binary 1010111 1011011 11011100 111100 111011 0 1110 11101110 1000010 111100

Color Harmonies of #575BDC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BDC

Black with #575BDC

Text Example


Text Example

White with #575BDC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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