Html Css Color HEX #5347CC Slate Blue

📋 copy color: '#5347CC'

red 83 ◦ green 71 ◦ blue 204

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

Shades of Slate Blue #5347CC

Tints of Slate Blue #5347CC

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.83%

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

R = 23.18%
G = 19.83%
B = 56.98%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#5347CC (or 0x5347CC) is known color: Slate Blue. HEX triplet: 53, 47 and CC. RGB value is (83,71,204). Sum of RGB (Red+Green+Blue) = 83+71+204=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 71 (28.12% from 255 or 19.83% from 358); Blue value is 204 (80.08% from 255 or 56.98% from 358); Max value from RGB is 204 - color contains mainly: blue. Hex color #5347CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5347CC is #ACB833. Grayscale: #595959. Windows color (decimal): -11319348 or 13387603. OLE color: 13387603.

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

Color convert

RGB 83 71 204 -
CMYK 0.59 0.65 0 0.2
HSL 245.41º 0.57% 0.54% -
HSV(B) 245.41º 0.65% 0.8% -
XYZ 16.72 10.71 58.31 -
YUV 89.75 192.48 123.19 -
System Red Green Blue C M Y K H S L
Decimal 83 71 204 0.59 0.65 0 0.2 245.41 0.57 0.54
Hex 53 47 CC 3B 41 0 14 F5 39 36
Octal 123 107 314 73 101 0 24 365 71 66
Binary 1010011 1000111 11001100 111011 1000001 0 10100 11110101 111001 110110

Color Harmonies of #5347CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5347CC

Black with #5347CC

Text Example


Text Example

White with #5347CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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