#5A66CF

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

Shades of Slate Blue #5A66CF

Tints of Slate Blue #5A66CF

Color information

#5A66CF (or 0x5A66CF) is unknown color: approx Slate Blue. HEX triplet: 5A, 66 and CF. RGB value is (90,102,207). Sum of RGB (Red+Green+Blue) = 90+102+207=399 (52% of max value = 765). Red value is 90 (35.55% from 255 or 22.56% from 399); Green value is 102 (40.23% from 255 or 25.56% from 399); Blue value is 207 (81.25% from 255 or 51.88% from 399); Max value from RGB is 207 - color contains mainly: blue. Hex color #5A66CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5A66CF is #A59930. Grayscale: #6D6D6D. Windows color (decimal): -10852657 or 13592154. OLE color: 13592154.

HSL color Cylindrical-coordinate representation of color #5A66CF: hue angle of 233.85º degrees, saturation: 0.55, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #5A66CF is Cyan = 0.57, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB90102207-
CMYK0.570.5100.19
HSL233.85º54.93%58.24%-
HSV(B)233.85º56.52%81.18%-
XYZ20.2316.1861.09-
YUV110.38182.52113.46-

RGB Variations

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

RGB

RED value IS 90 (35.55% from 255) = 22.56%
GREEN value IS 102 (40.23% from 255) = 25.56%
BLUE value IS 207 (81.25% from 255) = 51.88%
R=22.56%
G=25.56%
B=51.88%

CMYK

C (Cyan) values IS 0.57
M (Magenta) values IS 0.51
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal901022070.570.5100.19233.8554.9358.24
Hex5A66CF3933013ea373a
Octal13214631771630233526772
Binary101101011001101100111111100111001101001111101010110111111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5A66CF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(90,102,207); }

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

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

 a { background-color: rgb(90,102,207); }

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

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

 span { border-color: rgb(90,102,207); }

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