Html Css Color HEX #5242C6 Slate Blue

📋 copy color: '#5242C6'

red 82 ◦ green 66 ◦ blue 198

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

Shades of Slate Blue #5242C6

Tints of Slate Blue #5242C6

RGB

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

 GREEN value IS 66 (26.17% from 255) = 19.08%

 BLUE value IS 198 (77.73% from 255) = 57.23%

R = 23.7%
G = 19.08%
B = 57.23%

CMYK

 C value IS 0.59

 M value IS 0.67

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#5242C6 (or 0x5242C6) is known color: Slate Blue. HEX triplet: 52, 42 and C6. RGB value is (82,66,198). Sum of RGB (Red+Green+Blue) = 82+66+198=346 (45% of max value = 765). Red value is 82 (32.42% from 255 or 23.70% from 346); Green value is 66 (26.17% from 255 or 19.08% from 346); Blue value is 198 (77.73% from 255 or 57.23% from 346); Max value from RGB is 198 - color contains mainly: blue. Hex color #5242C6 is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5242C6 is #ADBD39. Grayscale: #555555. Windows color (decimal): -11386170 or 12993106. OLE color: 12993106.

HSL color Cylindrical-coordinate representation of color #5242C6: hue angle of 247.27º degrees, saturation: 0.54, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5242C6 is Cyan = 0.59, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 82 66 198 -
CMYK 0.59 0.67 0 0.22
HSL 247.27º 0.54% 0.52% -
HSV(B) 247.27º 0.67% 0.78% -
XYZ 15.62 9.77 54.49 -
YUV 85.83 191.3 125.27 -
System Red Green Blue C M Y K H S L
Decimal 82 66 198 0.59 0.67 0 0.22 247.27 0.54 0.52
Hex 52 42 C6 3B 43 0 16 F7 36 34
Octal 122 102 306 73 103 0 26 367 66 64
Binary 1010010 1000010 11000110 111011 1000011 0 10110 11110111 110110 110100

Color Harmonies of #5242C6

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5242C6

Black with #5242C6

Text Example


Text Example

White with #5242C6

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5242C6; }

 p { color: rgb(82,66,198); }

 H1.HeaderClassName
 {
   color: #5242C6;
 }
 .AnyTagClassName
 {
   color: #5242C6;
 }
</style>

background-color css

<style>
 a { background-color: #5242C6; }

 a { background-color: rgb(82,66,198); }

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

border-color css

<style>
 span { border-color: #5242C6; }

 span { border-color: rgb(82,66,198); }

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