#5A50CB

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

Shades of Slate Blue #5A50CB

Tints of Slate Blue #5A50CB

Color information

#5A50CB (or 0x5A50CB) is unknown color: approx Slate Blue. HEX triplet: 5A, 50 and CB. RGB value is (90,80,203). Sum of RGB (Red+Green+Blue) = 90+80+203=373 (49% of max value = 765). Red value is 90 (35.55% from 255 or 24.13% from 373); Green value is 80 (31.64% from 255 or 21.45% from 373); Blue value is 203 (79.69% from 255 or 54.42% from 373); Max value from RGB is 203 - color contains mainly: blue. Hex color #5A50CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A50CB is #A5AF34. Grayscale: #606060. Windows color (decimal): -10858293 or 13324378. OLE color: 13324378.

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

Color convert

RGB9080203-
CMYK0.560.6100.20
HSL244.88º54.19%55.49%-
HSV(B)244.88º60.59%79.61%-
XYZ17.8612.2257.92-
YUV97.01187.81123-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 24.13%
GREEN value IS 80 (31.64% from 255) = 21.45%
BLUE value IS 203 (79.69% from 255) = 54.42%
R=24.13%
G=21.45%
B=54.42%

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal90802030.560.6100.20244.8854.1955.49
Hex5A50CB383D014f53637
Octal13212031370750243656667
Binary101101010100001100101111100011110101010011110101110110110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A50CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,80,203); }

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

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

 a { background-color: rgb(90,80,203); }

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

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

 span { border-color: rgb(90,80,203); }

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