Html Css Color HEX #5247CB Slate Blue

📋 copy color: '#5247CB'

red 82 ◦ green 71 ◦ blue 203

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

Shades of Slate Blue #5247CB

Tints of Slate Blue #5247CB

RGB

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

 GREEN value IS 71 (28.13% from 255) = 19.94%

 BLUE value IS 203 (79.69% from 255) = 57.02%

R = 23.03%
G = 19.94%
B = 57.02%

CMYK

 C value IS 0.60

 M value IS 0.65

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5247CB (or 0x5247CB) is known color: Slate Blue. HEX triplet: 52, 47 and CB. RGB value is (82,71,203). Sum of RGB (Red+Green+Blue) = 82+71+203=356 (47% of max value = 765). Red value is 82 (32.42% from 255 or 23.03% from 356); Green value is 71 (28.12% from 255 or 19.94% from 356); Blue value is 203 (79.69% from 255 or 57.02% from 356); Max value from RGB is 203 - color contains mainly: blue. Hex color #5247CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5247CB is #ADB834. Grayscale: #585858. Windows color (decimal): -11384885 or 13322066. OLE color: 13322066.

HSL color Cylindrical-coordinate representation of color #5247CB: hue angle of 245º degrees, saturation: 0.56, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.65%. Process color model (Four color, CMYK) of #5247CB is Cyan = 0.60, Magento = 0.65, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 82 71 203 -
CMYK 0.60 0.65 0 0.20
HSL 245º 0.56% 0.54% -
HSV(B) 245º 0.65% 0.8% -
XYZ 16.51 10.61 57.68 -
YUV 89.34 192.14 122.77 -
System Red Green Blue C M Y K H S L
Decimal 82 71 203 0.60 0.65 0 0.20 245 0.56 0.54
Hex 52 47 CB 3C 41 0 14 F5 38 36
Octal 122 107 313 74 101 0 24 365 70 66
Binary 1010010 1000111 11001011 111100 1000001 0 10100 11110101 111000 110110

Color Harmonies of #5247CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5247CB

Black with #5247CB

Text Example


Text Example

White with #5247CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5247CB; }

 p { color: rgb(82,71,203); }

 H1.HeaderClassName
 {
   color: #5247CB;
 }
 .AnyTagClassName
 {
   color: #5247CB;
 }
</style>

background-color css

<style>
 a { background-color: #5247CB; }

 a { background-color: rgb(82,71,203); }

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

border-color css

<style>
 span { border-color: #5247CB; }

 span { border-color: rgb(82,71,203); }

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