#5F5ACC

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

Shades of Slate Blue #5F5ACC

Tints of Slate Blue #5F5ACC

Color information

#5F5ACC (or 0x5F5ACC) is unknown color: approx Slate Blue. HEX triplet: 5F, 5A and CC. RGB value is (95,90,204). Sum of RGB (Red+Green+Blue) = 95+90+204=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 90 (35.55% from 255 or 23.14% from 389); Blue value is 204 (80.08% from 255 or 52.44% from 389); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F5ACC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F5ACC is #A0A533. Grayscale: #686868. Windows color (decimal): -10528052 or 13392479. OLE color: 13392479.

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

Color convert

RGB9590204-
CMYK0.530.5600.2
HSL242.63º52.78%57.65%-
HSV(B)242.63º55.88%80%-
XYZ19.2714.158.83-
YUV104.49184.16121.23-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.42%
GREEN value IS 90 (35.55% from 255) = 23.14%
BLUE value IS 204 (80.08% from 255) = 52.44%
R=24.42%
G=23.14%
B=52.44%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.56
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal95902040.530.5600.2242.6352.7857.65
Hex5F5ACC3538014f3353a
Octal13713231465700243636572
Binary101111110110101100110011010111100001010011110011110101111010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F5ACC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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