#5F5ABF

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

Shades of Slate Blue #5F5ABF

Tints of Slate Blue #5F5ABF

Color information

#5F5ABF (or 0x5F5ABF) is unknown color: approx Slate Blue. HEX triplet: 5F, 5A and BF. RGB value is (95,90,191). Sum of RGB (Red+Green+Blue) = 95+90+191=376 (49% of max value = 765). Red value is 95 (37.5% from 255 or 25.27% from 376); Green value is 90 (35.55% from 255 or 23.94% from 376); Blue value is 191 (75% from 255 or 50.80% from 376); Max value from RGB is 191 - color contains mainly: blue. Hex color #5F5ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5ABF is #A0A540. Grayscale: #666666. Windows color (decimal): -10528065 or 12540511. OLE color: 12540511.

HSL color Cylindrical-coordinate representation of color #5F5ABF: hue angle of 242.97º degrees, saturation: 0.44, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F5ABF is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9590191-
CMYK0.500.5300.25
HSL242.97º44.1%55.1%-
HSV(B)242.97º52.88%74.9%-
XYZ17.7813.5150.96-
YUV103.01177.66122.29-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.27%
GREEN value IS 90 (35.55% from 255) = 23.94%
BLUE value IS 191 (75% from 255) = 50.80%
R=25.27%
G=23.94%
B=50.80%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.53
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal95901910.500.5300.25242.9744.155.1
Hex5F5ABF3235019f32c37
Octal13713227762650313635467
Binary101111110110101011111111001011010101100111110011101100110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,90,191); }

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

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

 a { background-color: rgb(95,90,191); }

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

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

 span { border-color: rgb(95,90,191); }

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