Html Css Color HEX #575CE0 Slate Blue

📋 copy color: '#575CE0'

red 87 ◦ green 92 ◦ blue 224

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

Shades of Slate Blue #575CE0

Tints of Slate Blue #575CE0

RGB

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

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

 BLUE value IS 224 (87.89% from 255) = 55.58%

R = 21.59%
G = 22.83%
B = 55.58%

CMYK

 C value IS 0.61

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#575CE0 (or 0x575CE0) is known color: Slate Blue. HEX triplet: 57, 5C and E0. RGB value is (87,92,224). Sum of RGB (Red+Green+Blue) = 87+92+224=403 (53% of max value = 765). Red value is 87 (34.38% from 255 or 21.59% from 403); Green value is 92 (36.33% from 255 or 22.83% from 403); Blue value is 224 (87.89% from 255 or 55.58% from 403); Max value from RGB is 224 - color contains mainly: blue. Hex color #575CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CE0 is #A8A31F. Grayscale: #696969. Windows color (decimal): -11051808 or 14703703. OLE color: 14703703.

HSL color Cylindrical-coordinate representation of color #575CE0: hue angle of 237.81º degrees, saturation: 0.69, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #575CE0 is Cyan = 0.61, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 87 92 224 -
CMYK 0.61 0.59 0 0.12
HSL 237.81º 0.69% 0.61% -
HSV(B) 237.81º 0.61% 0.88% -
XYZ 21.21 15.06 72.31 -
YUV 105.55 194.84 114.77 -
System Red Green Blue C M Y K H S L
Decimal 87 92 224 0.61 0.59 0 0.12 237.81 0.69 0.61
Hex 57 5C E0 3D 3B 0 C EE 45 3D
Octal 127 134 340 75 73 0 14 356 105 75
Binary 1010111 1011100 11100000 111101 111011 0 1100 11101110 1000101 111101

Color Harmonies of #575CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CE0

Black with #575CE0

Text Example


Text Example

White with #575CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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