Html Css Color HEX #5348C4 Slate Blue

📋 copy color: '#5348C4'

red 83 ◦ green 72 ◦ blue 196

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

Shades of Slate Blue #5348C4

Tints of Slate Blue #5348C4

RGB

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

 GREEN value IS 72 (28.52% from 255) = 20.51%

 BLUE value IS 196 (76.95% from 255) = 55.84%

R = 23.65%
G = 20.51%
B = 55.84%

CMYK

 C value IS 0.58

 M value IS 0.63

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5348C4 (or 0x5348C4) is known color: Slate Blue. HEX triplet: 53, 48 and C4. RGB value is (83,72,196). Sum of RGB (Red+Green+Blue) = 83+72+196=351 (46% of max value = 765). Red value is 83 (32.81% from 255 or 23.65% from 351); Green value is 72 (28.52% from 255 or 20.51% from 351); Blue value is 196 (76.95% from 255 or 55.84% from 351); Max value from RGB is 196 - color contains mainly: blue. Hex color #5348C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5348C4 is #ACB73B. Grayscale: #585858. Windows color (decimal): -11319100 or 12863571. OLE color: 12863571.

HSL color Cylindrical-coordinate representation of color #5348C4: hue angle of 245.32º degrees, saturation: 0.51, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #5348C4 is Cyan = 0.58, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 83 72 196 -
CMYK 0.58 0.63 0 0.23
HSL 245.32º 0.51% 0.53% -
HSV(B) 245.32º 0.63% 0.77% -
XYZ 15.85 10.46 53.41 -
YUV 89.43 188.14 123.42 -
System Red Green Blue C M Y K H S L
Decimal 83 72 196 0.58 0.63 0 0.23 245.32 0.51 0.53
Hex 53 48 C4 3A 3F 0 17 F5 33 35
Octal 123 110 304 72 77 0 27 365 63 65
Binary 1010011 1001000 11000100 111010 111111 0 10111 11110101 110011 110101

Color Harmonies of #5348C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5348C4

Black with #5348C4

Text Example


Text Example

White with #5348C4

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5348C4; }

 p { color: rgb(83,72,196); }

 H1.HeaderClassName
 {
   color: #5348C4;
 }
 .AnyTagClassName
 {
   color: #5348C4;
 }
</style>

background-color css

<style>
 a { background-color: #5348C4; }

 a { background-color: rgb(83,72,196); }

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

border-color css

<style>
 span { border-color: #5348C4; }

 span { border-color: rgb(83,72,196); }

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