#5B5ACC

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

Shades of Slate Blue #5B5ACC

Tints of Slate Blue #5B5ACC

Color information

#5B5ACC (or 0x5B5ACC) is unknown color: approx Slate Blue. HEX triplet: 5B, 5A and CC. RGB value is (91,90,204). Sum of RGB (Red+Green+Blue) = 91+90+204=385 (50% of max value = 765). Red value is 91 (35.94% from 255 or 23.64% from 385); Green value is 90 (35.55% from 255 or 23.38% from 385); Blue value is 204 (80.08% from 255 or 52.99% from 385); Max value from RGB is 204 - color contains mainly: blue. Hex color #5B5ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5B5ACC is #A4A533. Grayscale: #666666. Windows color (decimal): -10790196 or 13392475. OLE color: 13392475.

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

Color convert

RGB9190204-
CMYK0.550.5600.2
HSL240.53º52.78%57.65%-
HSV(B)240.53º55.88%80%-
XYZ18.8713.958.81-
YUV103.3184.83119.23-

RGB Variations

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

RGB

RED value IS 91 (35.94% from 255) = 23.64%
GREEN value IS 90 (35.55% from 255) = 23.38%
BLUE value IS 204 (80.08% from 255) = 52.99%
R=23.64%
G=23.38%
B=52.99%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal91902040.550.5600.2240.5352.7857.65
Hex5B5ACC3738014f1353a
Octal13313231467700243616572
Binary101101110110101100110011011111100001010011110001110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5B5ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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