Html Css Color HEX #5243CE Slate Blue

📋 copy color: '#5243CE'

red 82 ◦ green 67 ◦ blue 206

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

Shades of Slate Blue #5243CE

Tints of Slate Blue #5243CE

RGB

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

 GREEN value IS 67 (26.56% from 255) = 18.87%

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

R = 23.1%
G = 18.87%
B = 58.03%

CMYK

 C value IS 0.60

 M value IS 0.67

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#5243CE (or 0x5243CE) is known color: Slate Blue. HEX triplet: 52, 43 and CE. RGB value is (82,67,206). Sum of RGB (Red+Green+Blue) = 82+67+206=355 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.10% from 355); Green value is 67 (26.56% from 255 or 18.87% from 355); Blue value is 206 (80.86% from 255 or 58.03% from 355); Max value from RGB is 206 - color contains mainly: blue. Hex color #5243CE is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5243CE is #ADBC31. Grayscale: #565656. Windows color (decimal): -11385906 or 13517650. OLE color: 13517650.

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

Color convert

RGB 82 67 206 -
CMYK 0.60 0.67 0 0.19
HSL 246.47º 0.59% 0.54% -
HSV(B) 246.47º 0.67% 0.81% -
XYZ 16.63 10.26 59.5 -
YUV 87.33 194.97 124.2 -
System Red Green Blue C M Y K H S L
Decimal 82 67 206 0.60 0.67 0 0.19 246.47 0.59 0.54
Hex 52 43 CE 3C 43 0 13 F6 3B 36
Octal 122 103 316 74 103 0 23 366 73 66
Binary 1010010 1000011 11001110 111100 1000011 0 10011 11110110 111011 110110

Color Harmonies of #5243CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5243CE

Black with #5243CE

Text Example


Text Example

White with #5243CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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