Html Css Color HEX #5B50CA Slate Blue

📋 copy color: '#5B50CA'

red 91 ◦ green 80 ◦ blue 202

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

Shades of Slate Blue #5B50CA

Tints of Slate Blue #5B50CA

RGB

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

 GREEN value IS 80 (31.64% from 255) = 21.45%

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

R = 24.4%
G = 21.45%
B = 54.16%

CMYK

 C value IS 0.55

 M value IS 0.60

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B50CA (or 0x5B50CA) is known color: Slate Blue. HEX triplet: 5B, 50 and CA. RGB value is (91,80,202). Sum of RGB (Red+Green+Blue) = 91+80+202=373 (49% of max value = 765). Red value is 91 (35.94% from 255 or 24.40% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 202 (79.30% from 255 or 54.16% from 373); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B50CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B50CA is #A4AF35. Grayscale: #606060. Windows color (decimal): -10792758 or 13258843. OLE color: 13258843.

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

Color convert

RGB 91 80 202 -
CMYK 0.55 0.60 0 0.21
HSL 245.41º 0.54% 0.55% -
HSV(B) 245.41º 0.6% 0.79% -
XYZ 17.84 12.23 57.3 -
YUV 97.2 187.14 123.58 -
System Red Green Blue C M Y K H S L
Decimal 91 80 202 0.55 0.60 0 0.21 245.41 0.54 0.55
Hex 5B 50 CA 37 3C 0 15 F5 36 37
Octal 133 120 312 67 74 0 25 365 66 67
Binary 1011011 1010000 11001010 110111 111100 0 10101 11110101 110110 110111

Color Harmonies of #5B50CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B50CA

Black with #5B50CA

Text Example


Text Example

White with #5B50CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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