Html Css Color HEX #5250DC Slate Blue

📋 copy color: '#5250DC'

red 82 ◦ green 80 ◦ blue 220

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

Shades of Slate Blue #5250DC

Tints of Slate Blue #5250DC

RGB

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

 GREEN value IS 80 (31.64% from 255) = 20.94%

 BLUE value IS 220 (86.33% from 255) = 57.59%

R = 21.47%
G = 20.94%
B = 57.59%

CMYK

 C value IS 0.63

 M value IS 0.64

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#5250DC (or 0x5250DC) is known color: Slate Blue. HEX triplet: 52, 50 and DC. RGB value is (82,80,220). Sum of RGB (Red+Green+Blue) = 82+80+220=382 (50% of max value = 765). Red value is 82 (32.42% from 255 or 21.47% from 382); Green value is 80 (31.64% from 255 or 20.94% from 382); Blue value is 220 (86.33% from 255 or 57.59% from 382); Max value from RGB is 220 - color contains mainly: blue. Hex color #5250DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5250DC is #ADAF23. Grayscale: #606060. Windows color (decimal): -11382564 or 14438482. OLE color: 14438482.

HSL color Cylindrical-coordinate representation of color #5250DC: hue angle of 240.86º degrees, saturation: 0.67, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #5250DC is Cyan = 0.63, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 82 80 220 -
CMYK 0.63 0.64 0 0.14
HSL 240.86º 0.67% 0.59% -
HSV(B) 240.86º 0.64% 0.86% -
XYZ 19.27 12.7 69.15 -
YUV 96.56 197.66 117.62 -
System Red Green Blue C M Y K H S L
Decimal 82 80 220 0.63 0.64 0 0.14 240.86 0.67 0.59
Hex 52 50 DC 3F 40 0 E F1 43 3B
Octal 122 120 334 77 100 0 16 361 103 73
Binary 1010010 1010000 11011100 111111 1000000 0 1110 11110001 1000011 111011

Color Harmonies of #5250DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5250DC

Black with #5250DC

Text Example


Text Example

White with #5250DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5250DC; }

 p { color: rgb(82,80,220); }

 H1.HeaderClassName
 {
   color: #5250DC;
 }
 .AnyTagClassName
 {
   color: #5250DC;
 }
</style>

background-color css

<style>
 a { background-color: #5250DC; }

 a { background-color: rgb(82,80,220); }

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

border-color css

<style>
 span { border-color: #5250DC; }

 span { border-color: rgb(82,80,220); }

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