Html Css Color HEX #575BC8 Slate Blue

📋 copy color: '#575BC8'

red 87 ◦ green 91 ◦ blue 200

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

Shades of Slate Blue #575BC8

Tints of Slate Blue #575BC8

RGB

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

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

 BLUE value IS 200 (78.52% from 255) = 52.91%

R = 23.02%
G = 24.07%
B = 52.91%

CMYK

 C value IS 0.56

 M value IS 0.54

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#575BC8 (or 0x575BC8) is known color: Slate Blue. HEX triplet: 57, 5B and C8. RGB value is (87,91,200). Sum of RGB (Red+Green+Blue) = 87+91+200=378 (50% of max value = 765). Red value is 87 (34.38% from 255 or 23.02% from 378); Green value is 91 (35.94% from 255 or 24.07% from 378); Blue value is 200 (78.52% from 255 or 52.91% from 378); Max value from RGB is 200 - color contains mainly: blue. Hex color #575BC8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #575BC8 is #A8A437. Grayscale: #656565. Windows color (decimal): -11052088 or 13130583. OLE color: 13130583.

HSL color Cylindrical-coordinate representation of color #575BC8: hue angle of 237.88º degrees, saturation: 0.51, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #575BC8 is Cyan = 0.56, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 87 91 200 -
CMYK 0.56 0.54 0 0.22
HSL 237.88º 0.51% 0.56% -
HSV(B) 237.88º 0.57% 0.78% -
XYZ 18.1 13.68 56.33 -
YUV 102.23 183.17 117.14 -
System Red Green Blue C M Y K H S L
Decimal 87 91 200 0.56 0.54 0 0.22 237.88 0.51 0.56
Hex 57 5B C8 38 36 0 16 EE 33 38
Octal 127 133 310 70 66 0 26 356 63 70
Binary 1010111 1011011 11001000 111000 110110 0 10110 11101110 110011 111000

Color Harmonies of #575BC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #575BC8

Black with #575BC8

Text Example


Text Example

White with #575BC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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