Html Css Color HEX #5240CB Slate Blue

📋 copy color: '#5240CB'

red 82 ◦ green 64 ◦ blue 203

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

Shades of Slate Blue #5240CB

Tints of Slate Blue #5240CB

RGB

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

 GREEN value IS 64 (25.39% from 255) = 18.34%

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

R = 23.5%
G = 18.34%
B = 58.17%

CMYK

 C value IS 0.60

 M value IS 0.68

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#5240CB (or 0x5240CB) is known color: Slate Blue. HEX triplet: 52, 40 and CB. RGB value is (82,64,203). Sum of RGB (Red+Green+Blue) = 82+64+203=349 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.50% from 349); Green value is 64 (25.39% from 255 or 18.34% from 349); Blue value is 203 (79.69% from 255 or 58.17% from 349); Max value from RGB is 203 - color contains mainly: blue. Hex color #5240CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5240CB is #ADBF34. Grayscale: #545454. Windows color (decimal): -11386677 or 13320274. OLE color: 13320274.

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

Color convert

RGB 82 64 203 -
CMYK 0.60 0.68 0 0.20
HSL 247.77º 0.57% 0.52% -
HSV(B) 247.77º 0.68% 0.8% -
XYZ 16.09 9.77 57.54 -
YUV 85.23 194.46 125.7 -
System Red Green Blue C M Y K H S L
Decimal 82 64 203 0.60 0.68 0 0.20 247.77 0.57 0.52
Hex 52 40 CB 3C 44 0 14 F8 39 34
Octal 122 100 313 74 104 0 24 370 71 64
Binary 1010010 1000000 11001011 111100 1000100 0 10100 11111000 111001 110100

Color Harmonies of #5240CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5240CB

Black with #5240CB

Text Example


Text Example

White with #5240CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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