#5851C4

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

Shades of Slate Blue #5851C4

Tints of Slate Blue #5851C4

Color information

#5851C4 (or 0x5851C4) is unknown color: approx Slate Blue. HEX triplet: 58, 51 and C4. RGB value is (88,81,196). Sum of RGB (Red+Green+Blue) = 88+81+196=365 (48% of max value = 765). Red value is 88 (34.77% from 255 or 24.11% from 365); Green value is 81 (32.03% from 255 or 22.19% from 365); Blue value is 196 (76.95% from 255 or 53.70% from 365); Max value from RGB is 196 - color contains mainly: blue. Hex color #5851C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5851C4 is #A7AE3B. Grayscale: #5F5F5F. Windows color (decimal): -10989116 or 12865880. OLE color: 12865880.

HSL color Cylindrical-coordinate representation of color #5851C4: hue angle of 243.65º degrees, saturation: 0.49, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5851C4 is Cyan = 0.55, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB8881196-
CMYK0.550.5900.23
HSL243.65º49.36%54.31%-
HSV(B)243.65º58.67%76.86%-
XYZ16.9311.9553.64-
YUV96.2184.32122.15-

RGB Variations

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

RGB

RED value IS 88 (34.77% from 255) = 24.11%
GREEN value IS 81 (32.03% from 255) = 22.19%
BLUE value IS 196 (76.95% from 255) = 53.70%
R=24.11%
G=22.19%
B=53.70%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.59
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal88811960.550.5900.23243.6549.3654.31
Hex5851C4373B017f43136
Octal13012130467730273646166
Binary101100010100011100010011011111101101011111110100110001110110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5851C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5851C4; }

 p { color: rgb(88,81,196); }

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

<style>
 a { background-color: #5851C4; }

 a { background-color: rgb(88,81,196); }

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

<style>
 span { border-color: #5851C4; }

 span { border-color: rgb(88,81,196); }

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