Html Css Color HEX #575CDE Slate Blue

📋 copy color: '#575CDE'

red 87 ◦ green 92 ◦ blue 222

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

Shades of Slate Blue #575CDE

Tints of Slate Blue #575CDE

RGB

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

 GREEN value IS 92 (36.33% from 255) = 22.94%

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

R = 21.7%
G = 22.94%
B = 55.36%

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

#575CDE (or 0x575CDE) is known color: Slate Blue. HEX triplet: 57, 5C and DE. RGB value is (87,92,222). Sum of RGB (Red+Green+Blue) = 87+92+222=401 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.70% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 222 (87.11% from 255 or 55.36% from 401); Max value from RGB is 222 - color contains mainly: blue. Hex color #575CDE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CDE is #A8A321. Grayscale: #686868. Windows color (decimal): -11051810 or 14572631. OLE color: 14572631.

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

Color convert

RGB 87 92 222 -
CMYK 0.61 0.59 0 0.13
HSL 237.78º 0.67% 0.61% -
HSV(B) 237.78º 0.61% 0.87% -
XYZ 20.94 14.95 70.89 -
YUV 105.33 193.84 114.93 -
System Red Green Blue C M Y K H S L
Decimal 87 92 222 0.61 0.59 0 0.13 237.78 0.67 0.61
Hex 57 5C DE 3D 3B 0 D EE 43 3D
Octal 127 134 336 75 73 0 15 356 103 75
Binary 1010111 1011100 11011110 111101 111011 0 1101 11101110 1000011 111101

Color Harmonies of #575CDE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CDE

Black with #575CDE

Text Example


Text Example

White with #575CDE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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