Html Css Color HEX #5348CB Slate Blue

📋 copy color: '#5348CB'

red 83 ◦ green 72 ◦ blue 203

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

Shades of Slate Blue #5348CB

Tints of Slate Blue #5348CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 56.7%

R = 23.18%
G = 20.11%
B = 56.7%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5348CB (or 0x5348CB) is known color: Slate Blue. HEX triplet: 53, 48 and CB. RGB value is (83,72,203). Sum of RGB (Red+Green+Blue) = 83+72+203=358 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.18% from 358); Green value is 72 (28.52% from 255 or 20.11% from 358); Blue value is 203 (79.69% from 255 or 56.70% from 358); Max value from RGB is 203 - color contains mainly: blue. Hex color #5348CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5348CB is #ACB734. Grayscale: #595959. Windows color (decimal): -11319093 or 13322323. OLE color: 13322323.

HSL color Cylindrical-coordinate representation of color #5348CB: hue angle of 245.04º degrees, saturation: 0.56, 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 #5348CB is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 83 72 203 -
CMYK 0.59 0.65 0 0.20
HSL 245.04º 0.56% 0.54% -
HSV(B) 245.04º 0.65% 0.8% -
XYZ 16.66 10.79 57.7 -
YUV 90.22 191.64 122.85 -
System Red Green Blue C M Y K H S L
Decimal 83 72 203 0.59 0.65 0 0.20 245.04 0.56 0.54
Hex 53 48 CB 3B 41 0 14 F5 38 36
Octal 123 110 313 73 101 0 24 365 70 66
Binary 1010011 1001000 11001011 111011 1000001 0 10100 11110101 111000 110110

Color Harmonies of #5348CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5348CB

Black with #5348CB

Text Example


Text Example

White with #5348CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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