Html Css Color HEX #575BDD Slate Blue

📋 copy color: '#575BDD'

red 87 ◦ green 91 ◦ blue 221

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

Shades of Slate Blue #575BDD

Tints of Slate Blue #575BDD

RGB

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

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

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

R = 21.8%
G = 22.81%
B = 55.39%

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

#575BDD (or 0x575BDD) is known color: Slate Blue. HEX triplet: 57, 5B and DD. RGB value is (87,91,221). Sum of RGB (Red+Green+Blue) = 87+91+221=399 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.80% from 399); Green value is 91 (35.94% from 255 or 22.81% from 399); Blue value is 221 (86.72% from 255 or 55.39% from 399); Max value from RGB is 221 - color contains mainly: blue. Hex color #575BDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BDD is #A8A422. Grayscale: #686868. Windows color (decimal): -11052067 or 14506839. OLE color: 14506839.

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

Color convert

RGB 87 91 221 -
CMYK 0.61 0.59 0 0.13
HSL 238.21º 0.66% 0.6% -
HSV(B) 238.21º 0.61% 0.87% -
XYZ 20.72 14.73 70.16 -
YUV 104.62 193.67 115.43 -
System Red Green Blue C M Y K H S L
Decimal 87 91 221 0.61 0.59 0 0.13 238.21 0.66 0.6
Hex 57 5B DD 3D 3B 0 D EE 42 3C
Octal 127 133 335 75 73 0 15 356 102 74
Binary 1010111 1011011 11011101 111101 111011 0 1101 11101110 1000010 111100

Color Harmonies of #575BDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BDD

Black with #575BDD

Text Example


Text Example

White with #575BDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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