#5245CA

Color #5245CA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #5245CA

Tints of Slate Blue #5245CA

Color information

#5245CA (or 0x5245CA) is unknown color: approx Slate Blue. HEX triplet: 52, 45 and CA. RGB value is (82,69,202). Sum of RGB (Red+Green+Blue) = 82+69+202=353 (46% of max value = 765). Red value is 82 (32.42% from 255 or 23.23% from 353); Green value is 69 (27.34% from 255 or 19.55% from 353); Blue value is 202 (79.30% from 255 or 57.22% from 353); Max value from RGB is 202 - color contains mainly: blue. Hex color #5245CA is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5245CA is #ADBA35. Grayscale: #575757. Windows color (decimal): -11385398 or 13256018. OLE color: 13256018.

HSL color Cylindrical-coordinate representation of color #5245CA: hue angle of 245.86º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #5245CA is Cyan = 0.59, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB8269202-
CMYK0.590.6600.21
HSL245.86º55.65%53.14%-
HSV(B)245.86º65.84%79.22%-
XYZ16.2710.3157.01-
YUV88.05192.31123.69-

RGB Variations

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

RGB

RED value IS 82 (32.42% from 255) = 23.23%
GREEN value IS 69 (27.34% from 255) = 19.55%
BLUE value IS 202 (79.30% from 255) = 57.22%
R=23.23%
G=19.55%
B=57.22%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.66
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal82692020.590.6600.21245.8655.6553.14
Hex5245CA3B42015f63835
Octal122105312731020253667065
Binary1010010100010111001010111011100001001010111110110111000110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5245CA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5245CA; }

 p { color: rgb(82,69,202); }

 H1.HeaderClassName
 {
   color: #5245CA;
 }
 .AnyTagClassName
 {
   color: #5245CA;
 }
</style>
background-color css

<style>
 a { background-color: #5245CA; }

 a { background-color: rgb(82,69,202); }

 div.DivClassName
 {
   background-color: #5245CA;
 }
 .BgClassName
 {
   background-color: #5245CA;
 }
</style>
border-color css

<style>
 span { border-color: #5245CA; }

 span { border-color: rgb(82,69,202); }

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