Html Css Color HEX #5243C4 Slate Blue

📋 copy color: '#5243C4'

red 82 ◦ green 67 ◦ blue 196

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

Shades of Slate Blue #5243C4

Tints of Slate Blue #5243C4

RGB

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

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

 BLUE value IS 196 (76.95% from 255) = 56.81%

R = 23.77%
G = 19.42%
B = 56.81%

CMYK

 C value IS 0.58

 M value IS 0.66

 Y value IS 0

 K value IS 0.23

RGB Variations

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

Color information

#5243C4 (or 0x5243C4) is known color: Slate Blue. HEX triplet: 52, 43 and C4. RGB value is (82,67,196). Sum of RGB (Red+Green+Blue) = 82+67+196=345 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.77% from 345); Green value is 67 (26.56% from 255 or 19.42% from 345); Blue value is 196 (76.95% from 255 or 56.81% from 345); Max value from RGB is 196 - color contains mainly: blue. Hex color #5243C4 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5243C4 is #ADBC3B. Grayscale: #555555. Windows color (decimal): -11385916 or 12862290. OLE color: 12862290.

HSL color Cylindrical-coordinate representation of color #5243C4: hue angle of 246.98º degrees, saturation: 0.52, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5243C4 is Cyan = 0.58, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB 82 67 196 -
CMYK 0.58 0.66 0 0.23
HSL 246.98º 0.52% 0.52% -
HSV(B) 246.98º 0.66% 0.77% -
XYZ 15.45 9.79 53.3 -
YUV 86.19 189.97 125.01 -
System Red Green Blue C M Y K H S L
Decimal 82 67 196 0.58 0.66 0 0.23 246.98 0.52 0.52
Hex 52 43 C4 3A 42 0 17 F7 34 34
Octal 122 103 304 72 102 0 27 367 64 64
Binary 1010010 1000011 11000100 111010 1000010 0 10111 11110111 110100 110100

Color Harmonies of #5243C4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5243C4

Black with #5243C4

Text Example


Text Example

White with #5243C4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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