#5F5ACA

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

Shades of Slate Blue #5F5ACA

Tints of Slate Blue #5F5ACA

Color information

#5F5ACA (or 0x5F5ACA) is unknown color: approx Slate Blue. HEX triplet: 5F, 5A and CA. RGB value is (95,90,202). Sum of RGB (Red+Green+Blue) = 95+90+202=387 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.55% from 387); Green value is 90 (35.55% from 255 or 23.26% from 387); Blue value is 202 (79.30% from 255 or 52.20% from 387); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F5ACA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5ACA is #A0A535. Grayscale: #676767. Windows color (decimal): -10528054 or 13261407. OLE color: 13261407.

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

Color convert

RGB9590202-
CMYK0.530.5500.21
HSL242.68º51.38%57.25%-
HSV(B)242.68º55.45%79.22%-
XYZ19.0414.0157.58-
YUV104.26183.16121.39-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.55%
GREEN value IS 90 (35.55% from 255) = 23.26%
BLUE value IS 202 (79.30% from 255) = 52.20%
R=24.55%
G=23.26%
B=52.20%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.55
Y (Yellow) values IS 0
K (Black) values IS 0.21
SystemRedGreenBlueCMYKHSL
Decimal95902020.530.5500.21242.6851.3857.25
Hex5F5ACA3537015f33339
Octal13713231265670253636371
Binary101111110110101100101011010111011101010111110011110011111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5ACA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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