#5852CD

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

Shades of Slate Blue #5852CD

Tints of Slate Blue #5852CD

Color information

#5852CD (or 0x5852CD) is unknown color: approx Slate Blue. HEX triplet: 58, 52 and CD. RGB value is (88,82,205). Sum of RGB (Red+Green+Blue) = 88+82+205=375 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.47% from 375); Green value is 82 (32.42% from 255 or 21.87% from 375); Blue value is 205 (80.47% from 255 or 54.67% from 375); Max value from RGB is 205 - color contains mainly: blue. Hex color #5852CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5852CD is #A7AD32. Grayscale: #616161. Windows color (decimal): -10988851 or 13455960. OLE color: 13455960.

HSL color Cylindrical-coordinate representation of color #5852CD: hue angle of 242.93º degrees, saturation: 0.55, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #5852CD is Cyan = 0.57, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB8882205-
CMYK0.570.600.20
HSL242.93º55.16%56.27%-
HSV(B)242.93º60%80.39%-
XYZ18.0612.5259.22-
YUV97.82188.49121-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.47%
GREEN value IS 82 (32.42% from 255) = 21.87%
BLUE value IS 205 (80.47% from 255) = 54.67%
R=23.47%
G=21.87%
B=54.67%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.6
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal88822050.570.600.20242.9355.1656.27
Hex5852CD393C014f33738
Octal13012231571740243636770
Binary101100010100101100110111100111110001010011110011110111111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5852CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5852CD; }

 p { color: rgb(88,82,205); }

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

<style>
 a { background-color: #5852CD; }

 a { background-color: rgb(88,82,205); }

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

<style>
 span { border-color: #5852CD; }

 span { border-color: rgb(88,82,205); }

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