Html Css Color HEX #5B57CA Slate Blue

📋 copy color: '#5B57CA'

red 91 ◦ green 87 ◦ blue 202

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

Shades of Slate Blue #5B57CA

Tints of Slate Blue #5B57CA

RGB

 RED value IS 91 (35.94% from 255) = 23.95%

 GREEN value IS 87 (34.38% from 255) = 22.89%

 BLUE value IS 202 (79.3% from 255) = 53.16%

R = 23.95%
G = 22.89%
B = 53.16%

CMYK

 C value IS 0.55

 M value IS 0.57

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B57CA (or 0x5B57CA) is known color: Slate Blue. HEX triplet: 5B, 57 and CA. RGB value is (91,87,202). Sum of RGB (Red+Green+Blue) = 91+87+202=380 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.95% from 380); Green value is 87 (34.38% from 255 or 22.89% from 380); Blue value is 202 (79.30% from 255 or 53.16% from 380); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B57CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B57CA is #A4A835. Grayscale: #646464. Windows color (decimal): -10790966 or 13260635. OLE color: 13260635.

HSL color Cylindrical-coordinate representation of color #5B57CA: hue angle of 242.09º degrees, saturation: 0.52, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5B57CA is Cyan = 0.55, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 91 87 202 -
CMYK 0.55 0.57 0 0.21
HSL 242.09º 0.52% 0.57% -
HSV(B) 242.09º 0.57% 0.79% -
XYZ 18.38 13.3 57.48 -
YUV 101.31 184.83 120.65 -
System Red Green Blue C M Y K H S L
Decimal 91 87 202 0.55 0.57 0 0.21 242.09 0.52 0.57
Hex 5B 57 CA 37 39 0 15 F2 34 39
Octal 133 127 312 67 71 0 25 362 64 71
Binary 1011011 1010111 11001010 110111 111001 0 10101 11110010 110100 111001

Color Harmonies of #5B57CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B57CA

Black with #5B57CA

Text Example


Text Example

White with #5B57CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5B57CA; }

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

 H1.HeaderClassName
 {
   color: #5B57CA;
 }
 .AnyTagClassName
 {
   color: #5B57CA;
 }
</style>

background-color css

<style>
 a { background-color: #5B57CA; }

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

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

border-color css

<style>
 span { border-color: #5B57CA; }

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

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