Html Css Color HEX #5341CD Slate Blue

📋 copy color: '#5341CD'

red 83 ◦ green 65 ◦ blue 205

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

Shades of Slate Blue #5341CD

Tints of Slate Blue #5341CD

RGB

 RED value IS 83 (32.81% from 255) = 23.51%

 GREEN value IS 65 (25.78% from 255) = 18.41%

 BLUE value IS 205 (80.47% from 255) = 58.07%

R = 23.51%
G = 18.41%
B = 58.07%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5341CD (or 0x5341CD) is known color: Slate Blue. HEX triplet: 53, 41 and CD. RGB value is (83,65,205). Sum of RGB (Red+Green+Blue) = 83+65+205=353 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.51% from 353); Green value is 65 (25.78% from 255 or 18.41% from 353); Blue value is 205 (80.47% from 255 or 58.07% from 353); Max value from RGB is 205 - color contains mainly: blue. Hex color #5341CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5341CD is #ACBE32. Grayscale: #555555. Windows color (decimal): -11320883 or 13451603. OLE color: 13451603.

HSL color Cylindrical-coordinate representation of color #5341CD: hue angle of 247.71º degrees, saturation: 0.58, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #5341CD is Cyan = 0.60, Magento = 0.68, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 65 205 -
CMYK 0.60 0.68 0 0.20
HSL 247.71º 0.58% 0.53% -
HSV(B) 247.71º 0.68% 0.8% -
XYZ 16.48 10.03 58.82 -
YUV 86.34 194.96 125.62 -
System Red Green Blue C M Y K H S L
Decimal 83 65 205 0.60 0.68 0 0.20 247.71 0.58 0.53
Hex 53 41 CD 3C 44 0 14 F8 3A 35
Octal 123 101 315 74 104 0 24 370 72 65
Binary 1010011 1000001 11001101 111100 1000100 0 10100 11111000 111010 110101

Color Harmonies of #5341CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5341CD

Black with #5341CD

Text Example


Text Example

White with #5341CD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5341CD; }

 p { color: rgb(83,65,205); }

 H1.HeaderClassName
 {
   color: #5341CD;
 }
 .AnyTagClassName
 {
   color: #5341CD;
 }
</style>

background-color css

<style>
 a { background-color: #5341CD; }

 a { background-color: rgb(83,65,205); }

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

border-color css

<style>
 span { border-color: #5341CD; }

 span { border-color: rgb(83,65,205); }

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