#5850CD

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

Shades of Slate Blue #5850CD

Tints of Slate Blue #5850CD

Color information

#5850CD (or 0x5850CD) is unknown color: approx Slate Blue. HEX triplet: 58, 50 and CD. RGB value is (88,80,205). Sum of RGB (Red+Green+Blue) = 88+80+205=373 (49% of max value = 765). Red value is 88 (34.77% from 255 or 23.59% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 205 (80.47% from 255 or 54.96% from 373); Max value from RGB is 205 - color contains mainly: blue. Hex color #5850CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5850CD is #A7AF32. Grayscale: #606060. Windows color (decimal): -10989363 or 13455448. OLE color: 13455448.

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

Color convert

RGB8880205-
CMYK0.570.6100.20
HSL243.84º55.56%55.88%-
HSV(B)243.84º60.98%80.39%-
XYZ17.9112.2259.17-
YUV96.64189.15121.84-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 23.59%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 205 (80.47% from 255) = 54.96%
R=23.59%
G=21.45%
B=54.96%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal88802050.570.6100.20243.8455.5655.88
Hex5850CD393D014f43838
Octal13012031571750243647070
Binary101100010100001100110111100111110101010011110100111000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5850CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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