#5F4FCC

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

Shades of Slate Blue #5F4FCC

Tints of Slate Blue #5F4FCC

Color information

#5F4FCC (or 0x5F4FCC) is unknown color: approx Slate Blue. HEX triplet: 5F, 4F and CC. RGB value is (95,79,204). Sum of RGB (Red+Green+Blue) = 95+79+204=378 (50% of max value = 765). Red value is 95 (37.5% from 255 or 25.13% from 378); Green value is 79 (31.25% from 255 or 20.90% from 378); Blue value is 204 (80.08% from 255 or 53.97% from 378); Max value from RGB is 204 - color contains mainly: blue. Hex color #5F4FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F4FCC is #A0B033. Grayscale: #616161. Windows color (decimal): -10530868 or 13389663. OLE color: 13389663.

HSL color Cylindrical-coordinate representation of color #5F4FCC: hue angle of 247.68º degrees, saturation: 0.55, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #5F4FCC is Cyan = 0.53, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB9579204-
CMYK0.530.6100.2
HSL247.68º55.07%55.49%-
HSV(B)247.68º61.27%80%-
XYZ18.4112.3858.55-
YUV98.03187.8125.84-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 25.13%
GREEN value IS 79 (31.25% from 255) = 20.90%
BLUE value IS 204 (80.08% from 255) = 53.97%
R=25.13%
G=20.90%
B=53.97%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.61
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal95792040.530.6100.2247.6855.0755.49
Hex5F4FCC353D014f83737
Octal13711731465750243706767
Binary101111110011111100110011010111110101010011111000110111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F4FCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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