#5A5BCC

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

Shades of Slate Blue #5A5BCC

Tints of Slate Blue #5A5BCC

Color information

#5A5BCC (or 0x5A5BCC) is unknown color: approx Slate Blue. HEX triplet: 5A, 5B and CC. RGB value is (90,91,204). Sum of RGB (Red+Green+Blue) = 90+91+204=385 (50% of max value = 765). Red value is 90 (35.55% from 255 or 23.38% from 385); Green value is 91 (35.94% from 255 or 23.64% 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 #5A5BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5BCC is #A5A433. Grayscale: #676767. Windows color (decimal): -10855476 or 13392730. OLE color: 13392730.

HSL color Cylindrical-coordinate representation of color #5A5BCC: hue angle of 239.47º 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 #5A5BCC is Cyan = 0.56, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9091204-
CMYK0.560.5500.2
HSL239.47º52.78%57.65%-
HSV(B)239.47º55.88%80%-
XYZ18.8614.0258.84-
YUV103.58184.67118.31-

RGB Variations

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

RGB

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

CMYK

C (Cyan) values IS 0.56
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal90912040.560.5500.2239.4752.7857.65
Hex5A5BCC3837014ef353a
Octal13213331470670243576572
Binary101101010110111100110011100011011101010011101111110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5BCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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