#5A5CDB

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

Shades of Slate Blue #5A5CDB

Tints of Slate Blue #5A5CDB

Color information

#5A5CDB (or 0x5A5CDB) is unknown color: approx Slate Blue. HEX triplet: 5A, 5C and DB. RGB value is (90,92,219). Sum of RGB (Red+Green+Blue) = 90+92+219=401 (53% of max value = 765). Red value is 90 (35.55% from 255 or 22.44% from 401); Green value is 92 (36.33% from 255 or 22.94% from 401); Blue value is 219 (85.94% from 255 or 54.61% from 401); Max value from RGB is 219 - color contains mainly: blue. Hex color #5A5CDB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A5CDB is #A5A324. Grayscale: #696969. Windows color (decimal): -10855205 or 14376026. OLE color: 14376026.

HSL color Cylindrical-coordinate representation of color #5A5CDB: hue angle of 239.07º degrees, saturation: 0.64, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #5A5CDB is Cyan = 0.59, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB9092219-
CMYK0.590.5800.14
HSL239.07º64.18%60.59%-
HSV(B)239.07º58.9%85.88%-
XYZ20.8314.9468.8-
YUV105.88191.84116.67-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.44%
GREEN value IS 92 (36.33% from 255) = 22.94%
BLUE value IS 219 (85.94% from 255) = 54.61%
R=22.44%
G=22.94%
B=54.61%

CMYK

C (Cyan) values IS 0.59
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.14
SystemRedGreenBlueCMYKHSL
Decimal90922190.590.5800.14239.0764.1860.59
Hex5A5CDB3B3A0Eef403d
Octal132134333737201635710075
Binary101101010111001101101111101111101001110111011111000000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A5CDB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,92,219); }

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

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

 a { background-color: rgb(90,92,219); }

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

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

 span { border-color: rgb(90,92,219); }

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