Html Css Color HEX #575CDD Slate Blue

📋 copy color: '#575CDD'

red 87 ◦ green 92 ◦ blue 221

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

Shades of Slate Blue #575CDD

Tints of Slate Blue #575CDD

RGB

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

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

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

R = 21.75%
G = 23%
B = 55.25%

CMYK

 C value IS 0.61

 M value IS 0.58

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#575CDD (or 0x575CDD) is known color: Slate Blue. HEX triplet: 57, 5C and DD. RGB value is (87,92,221). Sum of RGB (Red+Green+Blue) = 87+92+221=400 (52% of max value = 765). Red value is 87 (34.38% from 255 or 21.75% from 400); Green value is 92 (36.33% from 255 or 23% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #575CDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575CDD is #A8A322. Grayscale: #686868. Windows color (decimal): -11051811 or 14507095. OLE color: 14507095.

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

Color convert

RGB 87 92 221 -
CMYK 0.61 0.58 0 0.13
HSL 237.76º 0.66% 0.6% -
HSV(B) 237.76º 0.61% 0.87% -
XYZ 20.81 14.9 70.19 -
YUV 105.21 193.34 115.01 -
System Red Green Blue C M Y K H S L
Decimal 87 92 221 0.61 0.58 0 0.13 237.76 0.66 0.6
Hex 57 5C DD 3D 3A 0 D EE 42 3C
Octal 127 134 335 75 72 0 15 356 102 74
Binary 1010111 1011100 11011101 111101 111010 0 1101 11101110 1000010 111100

Color Harmonies of #575CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575CDD

Black with #575CDD

Text Example


Text Example

White with #575CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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