Html Css Color HEX #5348CE Slate Blue

📋 copy color: '#5348CE'

red 83 ◦ green 72 ◦ blue 206

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

Shades of Slate Blue #5348CE

Tints of Slate Blue #5348CE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 57.06%

R = 22.99%
G = 19.94%
B = 57.06%

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

#5348CE (or 0x5348CE) is known color: Slate Blue. HEX triplet: 53, 48 and CE. RGB value is (83,72,206). Sum of RGB (Red+Green+Blue) = 83+72+206=361 (47% of max value = 765). Red value is 83 (32.81% from 255 or 22.99% from 361); Green value is 72 (28.52% from 255 or 19.94% from 361); Blue value is 206 (80.86% from 255 or 57.06% from 361); Max value from RGB is 206 - color contains mainly: blue. Hex color #5348CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5348CE is #ACB731. Grayscale: #5A5A5A. Windows color (decimal): -11319090 or 13518931. OLE color: 13518931.

HSL color Cylindrical-coordinate representation of color #5348CE: hue angle of 244.93º 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 #5348CE is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 83 72 206 -
CMYK 0.60 0.65 0 0.19
HSL 244.93º 0.58% 0.55% -
HSV(B) 244.93º 0.65% 0.81% -
XYZ 17.03 10.93 59.6 -
YUV 90.57 193.14 122.6 -
System Red Green Blue C M Y K H S L
Decimal 83 72 206 0.60 0.65 0 0.19 244.93 0.58 0.55
Hex 53 48 CE 3C 41 0 13 F5 3A 37
Octal 123 110 316 74 101 0 23 365 72 67
Binary 1010011 1001000 11001110 111100 1000001 0 10011 11110101 111010 110111

Color Harmonies of #5348CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5348CE

Black with #5348CE

Text Example


Text Example

White with #5348CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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