Html Css Color HEX #5345CD Slate Blue

📋 copy color: '#5345CD'

red 83 ◦ green 69 ◦ blue 205

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

Shades of Slate Blue #5345CD

Tints of Slate Blue #5345CD

RGB

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

 GREEN value IS 69 (27.34% from 255) = 19.33%

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

R = 23.25%
G = 19.33%
B = 57.42%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5345CD (or 0x5345CD) is known color: Slate Blue. HEX triplet: 53, 45 and CD. RGB value is (83,69,205). Sum of RGB (Red+Green+Blue) = 83+69+205=357 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.25% from 357); Green value is 69 (27.34% from 255 or 19.33% from 357); Blue value is 205 (80.47% from 255 or 57.42% from 357); Max value from RGB is 205 - color contains mainly: blue. Hex color #5345CD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5345CD is #ACBA32. Grayscale: #585858. Windows color (decimal): -11319859 or 13452627. OLE color: 13452627.

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

Color convert

RGB 83 69 205 -
CMYK 0.60 0.66 0 0.20
HSL 246.18º 0.58% 0.54% -
HSV(B) 246.18º 0.66% 0.8% -
XYZ 16.71 10.5 58.9 -
YUV 88.69 193.64 123.94 -
System Red Green Blue C M Y K H S L
Decimal 83 69 205 0.60 0.66 0 0.20 246.18 0.58 0.54
Hex 53 45 CD 3C 42 0 14 F6 3A 36
Octal 123 105 315 74 102 0 24 366 72 66
Binary 1010011 1000101 11001101 111100 1000010 0 10100 11110110 111010 110110

Color Harmonies of #5345CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5345CD

Black with #5345CD

Text Example


Text Example

White with #5345CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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