Html Css Color HEX #5349CF Slate Blue

📋 copy color: '#5349CF'

red 83 ◦ green 73 ◦ blue 207

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

Shades of Slate Blue #5349CF

Tints of Slate Blue #5349CF

RGB

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

 GREEN value IS 73 (28.91% from 255) = 20.11%

 BLUE value IS 207 (81.25% from 255) = 57.02%

R = 22.87%
G = 20.11%
B = 57.02%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5349CF (or 0x5349CF) is known color: Slate Blue. HEX triplet: 53, 49 and CF. RGB value is (83,73,207). Sum of RGB (Red+Green+Blue) = 83+73+207=363 (48% of max value = 765). Red value is 83 (32.81% from 255 or 22.87% from 363); Green value is 73 (28.91% from 255 or 20.11% from 363); Blue value is 207 (81.25% from 255 or 57.02% from 363); Max value from RGB is 207 - color contains mainly: blue. Hex color #5349CF is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5349CF is #ACB630. Grayscale: #5A5A5A. Windows color (decimal): -11318833 or 13584723. OLE color: 13584723.

HSL color Cylindrical-coordinate representation of color #5349CF: hue angle of 244.48º degrees, saturation: 0.58, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5349CF is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 73 207 -
CMYK 0.60 0.65 0 0.19
HSL 244.48º 0.58% 0.55% -
HSV(B) 244.48º 0.65% 0.81% -
XYZ 17.21 11.11 60.27 -
YUV 91.27 193.31 122.1 -
System Red Green Blue C M Y K H S L
Decimal 83 73 207 0.60 0.65 0 0.19 244.48 0.58 0.55
Hex 53 49 CF 3C 41 0 13 F4 3A 37
Octal 123 111 317 74 101 0 23 364 72 67
Binary 1010011 1001001 11001111 111100 1000001 0 10011 11110100 111010 110111

Color Harmonies of #5349CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5349CF

Black with #5349CF

Text Example


Text Example

White with #5349CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5349CF; }

 p { color: rgb(83,73,207); }

 H1.HeaderClassName
 {
   color: #5349CF;
 }
 .AnyTagClassName
 {
   color: #5349CF;
 }
</style>

background-color css

<style>
 a { background-color: #5349CF; }

 a { background-color: rgb(83,73,207); }

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

border-color css

<style>
 span { border-color: #5349CF; }

 span { border-color: rgb(83,73,207); }

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