#5A43CC

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

Shades of Slate Blue #5A43CC

Tints of Slate Blue #5A43CC

Color information

#5A43CC (or 0x5A43CC) is unknown color: approx Slate Blue. HEX triplet: 5A, 43 and CC. RGB value is (90,67,204). Sum of RGB (Red+Green+Blue) = 90+67+204=361 (47% of max value = 765). Red value is 90 (35.55% from 255 or 24.93% from 361); Green value is 67 (26.56% from 255 or 18.56% from 361); Blue value is 204 (80.08% from 255 or 56.51% from 361); Max value from RGB is 204 - color contains mainly: blue. Hex color #5A43CC is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #5A43CC is #A5BC33. Grayscale: #585858. Windows color (decimal): -10861620 or 13386586. OLE color: 13386586.

HSL color Cylindrical-coordinate representation of color #5A43CC: hue angle of 250.07º degrees, saturation: 0.57, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #5A43CC is Cyan = 0.56, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9067204-
CMYK0.560.6700.2
HSL250.07º57.32%53.14%-
HSV(B)250.07º67.16%80%-
XYZ17.1210.5558.26-
YUV89.5192.62128.36-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.93%
GREEN value IS 67 (26.56% from 255) = 18.56%
BLUE value IS 204 (80.08% from 255) = 56.51%
R=24.93%
G=18.56%
B=56.51%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.67
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal90672040.560.6700.2250.0757.3253.14
Hex5A43CC3843014fa3935
Octal132103314701030243727165
Binary1011010100001111001100111000100001101010011111010111001110101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A43CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #5A43CC; }

 p { color: rgb(90,67,204); }

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

<style>
 a { background-color: #5A43CC; }

 a { background-color: rgb(90,67,204); }

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

<style>
 span { border-color: #5A43CC; }

 span { border-color: rgb(90,67,204); }

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