Html Css Color HEX #5B5CCA Slate Blue

📋 copy color: '#5B5CCA'

red 91 ◦ green 92 ◦ blue 202

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

Shades of Slate Blue #5B5CCA

Tints of Slate Blue #5B5CCA

RGB

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

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

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

R = 23.64%
G = 23.9%
B = 52.47%

CMYK

 C value IS 0.55

 M value IS 0.54

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5B5CCA (or 0x5B5CCA) is known color: Slate Blue. HEX triplet: 5B, 5C and CA. RGB value is (91,92,202). Sum of RGB (Red+Green+Blue) = 91+92+202=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 92 (36.33% from 255 or 23.90% from 385); Blue value is 202 (79.30% from 255 or 52.47% from 385); Max value from RGB is 202 - color contains mainly: blue. Hex color #5B5CCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5CCA is #A4A335. Grayscale: #676767. Windows color (decimal): -10789686 or 13261915. OLE color: 13261915.

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

Color convert

RGB 91 92 202 -
CMYK 0.55 0.54 0 0.21
HSL 239.46º 0.51% 0.57% -
HSV(B) 239.46º 0.55% 0.79% -
XYZ 18.8 14.14 57.62 -
YUV 104.24 183.17 118.56 -
System Red Green Blue C M Y K H S L
Decimal 91 92 202 0.55 0.54 0 0.21 239.46 0.51 0.57
Hex 5B 5C CA 37 36 0 15 EF 33 39
Octal 133 134 312 67 66 0 25 357 63 71
Binary 1011011 1011100 11001010 110111 110110 0 10101 11101111 110011 111001

Color Harmonies of #5B5CCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5B5CCA

Black with #5B5CCA

Text Example


Text Example

White with #5B5CCA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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