Html Css Color HEX #5349CC Slate Blue

📋 copy color: '#5349CC'

red 83 ◦ green 73 ◦ blue 204

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

Shades of Slate Blue #5349CC

Tints of Slate Blue #5349CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 56.67%

R = 23.06%
G = 20.28%
B = 56.67%

CMYK

 C value IS 0.59

 M value IS 0.64

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5349CC (or 0x5349CC) is known color: Slate Blue. HEX triplet: 53, 49 and CC. RGB value is (83,73,204). Sum of RGB (Red+Green+Blue) = 83+73+204=360 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.06% from 360); Green value is 73 (28.91% from 255 or 20.28% from 360); Blue value is 204 (80.08% from 255 or 56.67% from 360); Max value from RGB is 204 - color contains mainly: blue. Hex color #5349CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5349CC is #ACB633. Grayscale: #5A5A5A. Windows color (decimal): -11318836 or 13388115. OLE color: 13388115.

HSL color Cylindrical-coordinate representation of color #5349CC: hue angle of 244.58º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5349CC is Cyan = 0.59, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 83 73 204 -
CMYK 0.59 0.64 0 0.2
HSL 244.58º 0.56% 0.54% -
HSV(B) 244.58º 0.64% 0.8% -
XYZ 16.85 10.96 58.35 -
YUV 90.92 191.81 122.35 -
System Red Green Blue C M Y K H S L
Decimal 83 73 204 0.59 0.64 0 0.2 244.58 0.56 0.54
Hex 53 49 CC 3B 40 0 14 F5 38 36
Octal 123 111 314 73 100 0 24 365 70 66
Binary 1010011 1001001 11001100 111011 1000000 0 10100 11110101 111000 110110

Color Harmonies of #5349CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5349CC

Black with #5349CC

Text Example


Text Example

White with #5349CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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