Html Css Color HEX #575CDF Slate Blue

📋 copy color: '#575CDF'

red 87 ◦ green 92 ◦ blue 223

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

Shades of Slate Blue #575CDF

Tints of Slate Blue #575CDF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 55.47%

R = 21.64%
G = 22.89%
B = 55.47%

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

#575CDF (or 0x575CDF) is known color: Slate Blue. HEX triplet: 57, 5C and DF. RGB value is (87,92,223). Sum of RGB (Red+Green+Blue) = 87+92+223=402 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.64% from 402); Green value is 92 (36.33% from 255 or 22.89% from 402); Blue value is 223 (87.5% from 255 or 55.47% from 402); Max value from RGB is 223 - color contains mainly: blue. Hex color #575CDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CDF is #A8A320. Grayscale: #686868. Windows color (decimal): -11051809 or 14638167. OLE color: 14638167.

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

Color convert

RGB 87 92 223 -
CMYK 0.61 0.59 0 0.13
HSL 237.79º 0.68% 0.61% -
HSV(B) 237.79º 0.61% 0.87% -
XYZ 21.08 15.01 71.6 -
YUV 105.44 194.34 114.85 -
System Red Green Blue C M Y K H S L
Decimal 87 92 223 0.61 0.59 0 0.13 237.79 0.68 0.61
Hex 57 5C DF 3D 3B 0 D EE 44 3D
Octal 127 134 337 75 73 0 15 356 104 75
Binary 1010111 1011100 11011111 111101 111011 0 1101 11101110 1000100 111101

Color Harmonies of #575CDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CDF

Black with #575CDF

Text Example


Text Example

White with #575CDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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