Html Css Color HEX #575BDE Slate Blue

📋 copy color: '#575BDE'

red 87 ◦ green 91 ◦ blue 222

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

Shades of Slate Blue #575BDE

Tints of Slate Blue #575BDE

RGB

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

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

 BLUE value IS 222 (87.11% from 255) = 55.5%

R = 21.75%
G = 22.75%
B = 55.5%

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

#575BDE (or 0x575BDE) is known color: Slate Blue. HEX triplet: 57, 5B and DE. RGB value is (87,91,222). Sum of RGB (Red+Green+Blue) = 87+91+222=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 91 (35.94% from 255 or 22.75% from 400); Blue value is 222 (87.11% from 255 or 55.5% from 400); Max value from RGB is 222 - color contains mainly: blue. Hex color #575BDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BDE is #A8A421. Grayscale: #686868. Windows color (decimal): -11052066 or 14572375. OLE color: 14572375.

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

Color convert

RGB 87 91 222 -
CMYK 0.61 0.59 0 0.13
HSL 238.22º 0.67% 0.61% -
HSV(B) 238.22º 0.61% 0.87% -
XYZ 20.86 14.78 70.86 -
YUV 104.74 194.17 115.35 -
System Red Green Blue C M Y K H S L
Decimal 87 91 222 0.61 0.59 0 0.13 238.22 0.67 0.61
Hex 57 5B DE 3D 3B 0 D EE 43 3D
Octal 127 133 336 75 73 0 15 356 103 75
Binary 1010111 1011011 11011110 111101 111011 0 1101 11101110 1000011 111101

Color Harmonies of #575BDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BDE

Black with #575BDE

Text Example


Text Example

White with #575BDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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