Html Css Color HEX #5246CE Slate Blue

📋 copy color: '#5246CE'

red 82 ◦ green 70 ◦ blue 206

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

Shades of Slate Blue #5246CE

Tints of Slate Blue #5246CE

RGB

 RED value IS 82 (32.42% from 255) = 22.91%

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

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

R = 22.91%
G = 19.55%
B = 57.54%

CMYK

 C value IS 0.60

 M value IS 0.66

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5246CE (or 0x5246CE) is known color: Slate Blue. HEX triplet: 52, 46 and CE. RGB value is (82,70,206). Sum of RGB (Red+Green+Blue) = 82+70+206=358 (47% of max value = 765). Red value is 82 (32.42% from 255 or 22.91% from 358); Green value is 70 (27.73% from 255 or 19.55% from 358); Blue value is 206 (80.86% from 255 or 57.54% from 358); Max value from RGB is 206 - color contains mainly: blue. Hex color #5246CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5246CE is #ADB931. Grayscale: #585858. Windows color (decimal): -11385138 or 13518418. OLE color: 13518418.

HSL color Cylindrical-coordinate representation of color #5246CE: hue angle of 245.29º degrees, saturation: 0.58, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5246CE is Cyan = 0.60, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 82 70 206 -
CMYK 0.60 0.66 0 0.19
HSL 245.29º 0.58% 0.54% -
HSV(B) 245.29º 0.66% 0.81% -
XYZ 16.81 10.63 59.56 -
YUV 89.09 193.98 122.94 -
System Red Green Blue C M Y K H S L
Decimal 82 70 206 0.60 0.66 0 0.19 245.29 0.58 0.54
Hex 52 46 CE 3C 42 0 13 F5 3A 36
Octal 122 106 316 74 102 0 23 365 72 66
Binary 1010010 1000110 11001110 111100 1000010 0 10011 11110101 111010 110110

Color Harmonies of #5246CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5246CE

Black with #5246CE

Text Example


Text Example

White with #5246CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(82,70,206); }

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

background-color css

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

 a { background-color: rgb(82,70,206); }

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

border-color css

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

 span { border-color: rgb(82,70,206); }

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