Html Css Color HEX #5346CA Slate Blue

📋 copy color: '#5346CA'

red 83 ◦ green 70 ◦ blue 202

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

Shades of Slate Blue #5346CA

Tints of Slate Blue #5346CA

RGB

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

 GREEN value IS 70 (27.73% from 255) = 19.72%

 BLUE value IS 202 (79.3% from 255) = 56.9%

R = 23.38%
G = 19.72%
B = 56.9%

CMYK

 C value IS 0.59

 M value IS 0.65

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5346CA (or 0x5346CA) is known color: Slate Blue. HEX triplet: 53, 46 and CA. RGB value is (83,70,202). Sum of RGB (Red+Green+Blue) = 83+70+202=355 (47% of max value = 765). Red value is 83 (32.81% from 255 or 23.38% from 355); Green value is 70 (27.73% from 255 or 19.72% from 355); Blue value is 202 (79.30% from 255 or 56.90% from 355); Max value from RGB is 202 - color contains mainly: blue. Hex color #5346CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5346CA is #ACB935. Grayscale: #585858. Windows color (decimal): -11319606 or 13256275. OLE color: 13256275.

HSL color Cylindrical-coordinate representation of color #5346CA: hue angle of 245.91º degrees, saturation: 0.55, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5346CA is Cyan = 0.59, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 83 70 202 -
CMYK 0.59 0.65 0 0.21
HSL 245.91º 0.55% 0.53% -
HSV(B) 245.91º 0.65% 0.79% -
XYZ 16.42 10.48 57.04 -
YUV 88.94 191.81 123.77 -
System Red Green Blue C M Y K H S L
Decimal 83 70 202 0.59 0.65 0 0.21 245.91 0.55 0.53
Hex 53 46 CA 3B 41 0 15 F6 37 35
Octal 123 106 312 73 101 0 25 366 67 65
Binary 1010011 1000110 11001010 111011 1000001 0 10101 11110110 110111 110101

Color Harmonies of #5346CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5346CA

Black with #5346CA

Text Example


Text Example

White with #5346CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5346CA; }

 p { color: rgb(83,70,202); }

 H1.HeaderClassName
 {
   color: #5346CA;
 }
 .AnyTagClassName
 {
   color: #5346CA;
 }
</style>

background-color css

<style>
 a { background-color: #5346CA; }

 a { background-color: rgb(83,70,202); }

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

border-color css

<style>
 span { border-color: #5346CA; }

 span { border-color: rgb(83,70,202); }

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